Browse Source

Removed unwanted changes from last commit

Akash Singh 3 years ago
parent
commit
ac15cd81e0
2 changed files with 1 additions and 7 deletions
  1. 1 1
      baangt.py
  2. 0 6
      baangt/ui/pyqt/uimain.py

+ 1 - 1
baangt.py

@@ -5,4 +5,4 @@ from multiprocessing import freeze_support
 
 if __name__ == '__main__':
     freeze_support()
-    run()
+    run()

+ 0 - 6
baangt/ui/pyqt/uimain.py

@@ -193,13 +193,7 @@ class MainWindow(Ui_MainWindow):
 
         QtCore.QMetaObject.connectSlotsByName(MainWindow)
 
-    def closeEvent(self, event):
-        print("closeevent")
-        self.close_obj.emit()
-        self.close()
-
     def close(self, event):
-        print("inside close")
         try:
             self.run_process.kill()
         except: