summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/networkpkgmgr.h
authorandyq <andyq>2002-11-09 14:30:46 (UTC)
committer andyq <andyq>2002-11-09 14:30:46 (UTC)
commit98a73d0b6feca9105a0ce8bb57a1308f0317badb (patch) (side-by-side diff)
tree0a1af33c4d8e7eaff05e68fb3cd97ddca88c0a66 /noncore/settings/aqpkg/networkpkgmgr.h
parent29758bfcaabf75a3155e8af140c11ca9ed014c42 (diff)
downloadopie-98a73d0b6feca9105a0ce8bb57a1308f0317badb.zip
opie-98a73d0b6feca9105a0ce8bb57a1308f0317badb.tar.gz
opie-98a73d0b6feca9105a0ce8bb57a1308f0317badb.tar.bz2
Added ability to install a remote package (one from the net)
Done by clicking the download button when no packages are selected. Currently can't do it from the LOCAL-IPKGS view.
Diffstat (limited to 'noncore/settings/aqpkg/networkpkgmgr.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/networkpkgmgr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/networkpkgmgr.h b/noncore/settings/aqpkg/networkpkgmgr.h
index 20f6e2d..66a8903 100644
--- a/noncore/settings/aqpkg/networkpkgmgr.h
+++ b/noncore/settings/aqpkg/networkpkgmgr.h
@@ -63,6 +63,8 @@ private:
void initGui();
void setupConnections();
void showProgressDialog( char *initialText );
+ void downloadSelectedPackages();
+ void downloadRemotePackage();
InstallData dealWithItem( QCheckListItem *item );
QString stickyOption;