bugs resolution
This commit is contained in:
@@ -119,6 +119,7 @@ class MainWindow : public QMainWindow
|
||||
QString icon = "/usr/share/icons/RsyncUI.png";
|
||||
bool rescan = false;
|
||||
bool stopDlAsked;
|
||||
bool treeviewClicked;
|
||||
|
||||
QList<QString> UnitText
|
||||
{
|
||||
@@ -217,6 +218,8 @@ class MainWindow : public QMainWindow
|
||||
|
||||
void on_actionHiddenService_triggered();
|
||||
|
||||
void on_treeWidget_itemDoubleClicked(QTreeWidgetItem *item, int column);
|
||||
|
||||
signals:
|
||||
void stopDownloading(QProcess *);
|
||||
void progressSignal(int);
|
||||
|
||||
Reference in New Issue
Block a user