summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/package.h
authortille <tille>2002-04-25 21:06:23 (UTC)
committer tille <tille>2002-04-25 21:06:23 (UTC)
commit054b0f3268189d6f8f06135960042a7f51117223 (patch) (unidiff)
tree2ab5eef44d4e6604d6c0a45e51608390c8b3a521 /noncore/unsupported/oipkg/package.h
parentc06667cd62b945a05edce621aab34358ee0e964f (diff)
downloadopie-054b0f3268189d6f8f06135960042a7f51117223.zip
opie-054b0f3268189d6f8f06135960042a7f51117223.tar.gz
opie-054b0f3268189d6f8f06135960042a7f51117223.tar.bz2
installation messages working
Diffstat (limited to 'noncore/unsupported/oipkg/package.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/package.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/noncore/unsupported/oipkg/package.h b/noncore/unsupported/oipkg/package.h
index 08d0c57..cf2af75 100644
--- a/noncore/unsupported/oipkg/package.h
+++ b/noncore/unsupported/oipkg/package.h
@@ -32,12 +32,14 @@ class Package //: public QObject
32 QString getSection(); 32 QString getSection();
33 QString getSubSection(); 33 QString getSubSection();
34 QString details(); 34 QString details();
35 bool toProcess(); 35 bool toProcess();
36 bool toInstall(); 36 bool toInstall();
37 bool toRemove(); 37 bool toRemove();
38 /** No descriptions */
39 void processed();
38public slots: 40public slots:
39 void toggleProcess(); 41 void toggleProcess();
40 42
41private: 43private:
42 QString _name; 44 QString _name;
43 bool _toProcess; 45 bool _toProcess;