Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
64ef7d9c87 | |||
381054b340 |
@ -2,6 +2,7 @@ QT += core gui
|
|||||||
QT += KItemViews
|
QT += KItemViews
|
||||||
QT += KCompletion
|
QT += KCompletion
|
||||||
QT += widgets
|
QT += widgets
|
||||||
|
QT += network
|
||||||
|
|
||||||
LIBS += -lqt5keychain
|
LIBS += -lqt5keychain
|
||||||
|
|
||||||
|
@ -1060,6 +1060,7 @@ void MainWindow::on_treeWidget_itemClicked(QTreeWidgetItem *item, bool downloadD
|
|||||||
|
|
||||||
if (this->treeviewClicked == true)
|
if (this->treeviewClicked == true)
|
||||||
{
|
{
|
||||||
|
info(DEBUGMACRO, "double click ignored");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -120,8 +120,8 @@ class MainWindow : public QMainWindow
|
|||||||
QSystemTrayIcon * trayIcon;
|
QSystemTrayIcon * trayIcon;
|
||||||
QString icon = "/usr/share/icons/RsyncUI.png";
|
QString icon = "/usr/share/icons/RsyncUI.png";
|
||||||
bool rescan = false;
|
bool rescan = false;
|
||||||
bool stopDlAsked;
|
bool stopDlAsked = false;
|
||||||
bool treeviewClicked;
|
bool treeviewClicked = false;
|
||||||
bool initialization = true;
|
bool initialization = true;
|
||||||
bool exiting = false;
|
bool exiting = false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user