summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/networkpkgmgr.h
Unidiff
Diffstat (limited to 'noncore/settings/aqpkg/networkpkgmgr.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/networkpkgmgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/networkpkgmgr.h b/noncore/settings/aqpkg/networkpkgmgr.h
index 7efa42c..fba8155 100644
--- a/noncore/settings/aqpkg/networkpkgmgr.h
+++ b/noncore/settings/aqpkg/networkpkgmgr.h
@@ -44,24 +44,25 @@ private:
44 DataManager *dataMgr; 44 DataManager *dataMgr;
45 45
46 QComboBox *serversList; 46 QComboBox *serversList;
47 QListView *packagesList; 47 QListView *packagesList;
48 QPushButton *update; 48 QPushButton *update;
49 QPushButton *upgrade; 49 QPushButton *upgrade;
50 QPushButton *download; 50 QPushButton *download;
51 QPushButton *apply; 51 QPushButton *apply;
52 52
53 ProgressDlg *progressDlg; 53 ProgressDlg *progressDlg;
54 QString currentlySelectedServer; 54 QString currentlySelectedServer;
55 55
56 bool showJumpTo;
56 int timerId; 57 int timerId;
57 58
58 void timerEvent ( QTimerEvent * ); 59 void timerEvent ( QTimerEvent * );
59 60
60 void initGui(); 61 void initGui();
61 void setupConnections(); 62 void setupConnections();
62 void showProgressDialog( char *initialText ); 63 void showProgressDialog( char *initialText );
63 InstallData dealWithItem( QCheckListItem *item ); 64 InstallData dealWithItem( QCheckListItem *item );
64 QString stickyOption; 65 QString stickyOption;
65 66
66public slots: 67public slots:
67 void serverSelected( int index ); 68 void serverSelected( int index );