From cd48ed3935f1baa6392afee5764d0927abcf62cc Mon Sep 17 00:00:00 2001 From: andyq Date: Thu, 17 Oct 2002 22:58:36 +0000 Subject: Changed so that installings/removing and upgrading from/to multiple destinations works better --- (limited to 'noncore/settings/aqpkg/networkpkgmgr.h') diff --git a/noncore/settings/aqpkg/networkpkgmgr.h b/noncore/settings/aqpkg/networkpkgmgr.h index 0ae64a6..7efa42c 100644 --- a/noncore/settings/aqpkg/networkpkgmgr.h +++ b/noncore/settings/aqpkg/networkpkgmgr.h @@ -26,6 +26,7 @@ #include "datamgr.h" #include "progressdlg.h" +class InstallData; /** NetworkPackageManager is the base class of the project */ class NetworkPackageManager : public QWidget @@ -59,7 +60,8 @@ private: void initGui(); void setupConnections(); void showProgressDialog( char *initialText ); - QString dealWithItem( QCheckListItem *item ); + InstallData dealWithItem( QCheckListItem *item ); + QString stickyOption; public slots: void serverSelected( int index ); -- cgit v0.9.0.2