From 7569cbeec99b6bfcf960cfa1941e7d43bfb93a4d Mon Sep 17 00:00:00 2001 From: andyq Date: Wed, 16 Oct 2002 18:58:08 +0000 Subject: Added new constructor for upgrading all packages --- (limited to 'noncore/settings/aqpkg') 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 @@ -29,6 +29,7 @@ class InstallDlgImpl : public InstallDlg { public: InstallDlgImpl( vector &packageList, DataManager *dataManager, QWidget * parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); + InstallDlgImpl( QWidget * parent = 0, const char* name = 0, bool modal = false, WFlags fl = 0 ); ~InstallDlgImpl(); bool showDlg(); @@ -43,6 +44,7 @@ private: vector updateList; int flags; Ipkg ipkg; + bool upgradePackages; bool runIpkg( QString &option, const QString& package, const QString& dest, int flags ); -- cgit v0.9.0.2