Skip to content
Snippets Groups Projects
Commit e4817f32 authored by Papeleux Luc's avatar Papeleux Luc
Browse files

add flush function to the Gui tools

parent 74442835
No related branches found
No related tags found
No related merge requests found
......@@ -165,7 +165,8 @@ class ExtProgsConfGui(QWidget):
print("Quit pressed")
sys.exit()
def flush(self):
pass
# ============== Main ========================
def main():
......
......@@ -366,7 +366,9 @@ class LaunchGui(QWidget):
if stuff != '':
self.console.append(stuff)
def flush(self):
pass
#====================================================================================
def main():
#define launcher
launch = LaunchJob()
......
......@@ -203,6 +203,8 @@ class PostProLoopGui(QWidget):
print("Quit pressed")
sys.exit()
def flush(self):
pass
# ============== Main ========================
def main():
# create gui
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment