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

add flush function to the Gui tools

parent 64e4a1a9
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()
......
......@@ -219,6 +219,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