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