bug in variable initialization
This commit is contained in:
+2
-2
@@ -120,8 +120,8 @@ class MainWindow : public QMainWindow
|
||||
QSystemTrayIcon * trayIcon;
|
||||
QString icon = "/usr/share/icons/RsyncUI.png";
|
||||
bool rescan = false;
|
||||
bool stopDlAsked;
|
||||
bool treeviewClicked;
|
||||
bool stopDlAsked = false;
|
||||
bool treeviewClicked = false;
|
||||
bool initialization = true;
|
||||
bool exiting = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user