-rw-r--r-- | noncore/settings/aqpkg/networkpkgmgr.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/settings/aqpkg/networkpkgmgr.h b/noncore/settings/aqpkg/networkpkgmgr.h index 874b1bd..8a88b35 100644 --- a/noncore/settings/aqpkg/networkpkgmgr.h +++ b/noncore/settings/aqpkg/networkpkgmgr.h @@ -46,4 +46,5 @@ private: QListView *packagesList; QPushButton *update; + QPushButton *upgrade; QPushButton *download; QPushButton *apply; @@ -57,5 +58,5 @@ private: void initGui(); void setupConnections(); - void showProgressDialog(); + void showProgressDialog( char *initialText ); QString dealWithItem( QCheckListItem *item ); @@ -63,4 +64,5 @@ public slots: void serverSelected( int index ); void applyChanges(); + void upgradePackages(); void downloadPackage(); void updateServer(); |