summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/package.h
Side-by-side diff
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
@@ -26,24 +26,26 @@ class Package //: public QObject
void setDesc( QString );
QString shortDesc();
QString desc();
QString size();
void setSection( QString );
QString getSection();
QString getSubSection();
QString details();
bool toProcess();
bool toInstall();
bool toRemove();
+ /** No descriptions */
+ void processed();
public slots:
void toggleProcess();
private:
QString _name;
bool _toProcess;
QString _status;
QString _size;
QString _section;
QString _subsection;
QString _shortDesc;
QString _desc;