summaryrefslogtreecommitdiff
path: root/noncore
Unidiff
Diffstat (limited to 'noncore') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/installdlgimpl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/installdlgimpl.h b/noncore/settings/aqpkg/installdlgimpl.h
index 195616d..8b05c52 100644
--- a/noncore/settings/aqpkg/installdlgimpl.h
+++ b/noncore/settings/aqpkg/installdlgimpl.h
@@ -28,8 +28,9 @@ using namespace std;
28class InstallDlgImpl : public InstallDlg 28class InstallDlgImpl : public InstallDlg
29{ 29{
30public: 30public:
31 InstallDlgImpl( vector<QString> &packageList, DataManager *dataManager, QWidget * parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); 31 InstallDlgImpl( vector<QString> &packageList, DataManager *dataManager, QWidget * parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 );
32 InstallDlgImpl( QWidget * parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 );
32 ~InstallDlgImpl(); 33 ~InstallDlgImpl();
33 34
34 bool showDlg(); 35 bool showDlg();
35 bool upgradeServer( QString &server ); 36 bool upgradeServer( QString &server );
@@ -42,8 +43,9 @@ private:
42 vector<QString> removeList; 43 vector<QString> removeList;
43 vector<QString> updateList; 44 vector<QString> updateList;
44 int flags; 45 int flags;
45 Ipkg ipkg; 46 Ipkg ipkg;
47 bool upgradePackages;
46 48
47 bool runIpkg( QString &option, const QString& package, const QString& dest, int flags ); 49 bool runIpkg( QString &option, const QString& package, const QString& dest, int flags );
48 50
49 void optionsSelected(); 51 void optionsSelected();