summaryrefslogtreecommitdiff
path: root/noncore/unsupported/oipkg/packagelistitem.h
Unidiff
Diffstat (limited to 'noncore/unsupported/oipkg/packagelistitem.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/oipkg/packagelistitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/unsupported/oipkg/packagelistitem.h b/noncore/unsupported/oipkg/packagelistitem.h
index f695432..54d9f9e 100644
--- a/noncore/unsupported/oipkg/packagelistitem.h
+++ b/noncore/unsupported/oipkg/packagelistitem.h
@@ -18,20 +18,21 @@ public:
18 PackageListItem(QListView*, Package*, PackageManagerSettings*); 18 PackageListItem(QListView*, Package*, PackageManagerSettings*);
19 void paintCell( QPainter*, const QColorGroup&, int, int, int ); 19 void paintCell( QPainter*, const QColorGroup&, int, int, int );
20 void paintFocus( QPainter*, const QColorGroup&, const QRect& ); 20 void paintFocus( QPainter*, const QColorGroup&, const QRect& );
21 QPixmap statePixmap() const; 21 QPixmap statePixmap() const;
22 QString key( int, bool ) const; 22 QString key( int, bool ) const;
23 Package* getPackage() { return package; } ; 23 Package* getPackage() { return package; } ;
24 QString getName() { return package->name(); } ; 24 QString getName() { return package->name(); } ;
25 bool isInstalled(){ return package->installed(); }; 25 bool isInstalled(){ return package->installed(); };
26 virtual void setOn ( bool ); 26 virtual void setOn ( bool );
27 void displayDetails(); 27 void displayDetails();
28 28
29private: 29private:
30 QCheckListItem *nameItem;
30 QCheckListItem *destItem; 31 QCheckListItem *destItem;
31 QCheckListItem *linkItem; 32 QCheckListItem *linkItem;
32 PackageManagerSettings *settings; 33 PackageManagerSettings *settings;
33 Package *package; 34 Package *package;
34}; 35};
35 36
36 37
37#endif 38#endif