summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg
authorandyq <andyq>2002-10-16 18:58:08 (UTC)
committer andyq <andyq>2002-10-16 18:58:08 (UTC)
commit7569cbeec99b6bfcf960cfa1941e7d43bfb93a4d (patch) (unidiff)
tree1a27d0aae741855f5c26aa2c360509e3d899723e /noncore/settings/aqpkg
parent2e08c9a7d3dfffc9249ddc4aef9ad9b01e254dad (diff)
downloadopie-7569cbeec99b6bfcf960cfa1941e7d43bfb93a4d.zip
opie-7569cbeec99b6bfcf960cfa1941e7d43bfb93a4d.tar.gz
opie-7569cbeec99b6bfcf960cfa1941e7d43bfb93a4d.tar.bz2
Added new constructor for upgrading all packages
Diffstat (limited to 'noncore/settings/aqpkg') (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
@@ -31,2 +31,3 @@ public:
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();
@@ -45,2 +46,3 @@ private:
45 Ipkg ipkg; 46 Ipkg ipkg;
47 bool upgradePackages;
46 48