summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginModel.h
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-03-25 02:25:50 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-03-25 02:25:50 -0400
commitf68f7434b47502f2853638e8041a15ef62035879 (patch)
treed7b411b41745a62eb1e9e579d74e913ad77ec77e /sigtools/PluginModel.h
parentaad586616b64fae819de93594c83b815071bce2d (diff)
downloadsigen-f68f7434b47502f2853638e8041a15ef62035879.tar.gz
sigen-f68f7434b47502f2853638e8041a15ef62035879.tar.xz
sigen-f68f7434b47502f2853638e8041a15ef62035879.zip
Move the paint and sizeHint down to BaseModel
Diffstat (limited to 'sigtools/PluginModel.h')
-rw-r--r--sigtools/PluginModel.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sigtools/PluginModel.h b/sigtools/PluginModel.h
index 354ca900..f2e0ede6 100644
--- a/sigtools/PluginModel.h
+++ b/sigtools/PluginModel.h
@@ -46,9 +46,6 @@ class SIGTOOLS_NO_EXPORT PluginModel : public BaseModel
Qt::ItemFlags flags() const;
- void paint(QPainter* painter, const QStyleOptionViewItem& option) const;
- QSize sizeHint(const QStyleOptionViewItem& option) const;
-
BaseModel* childItem(const int row);
protected:
int findChild(BaseModel* model) const;
@@ -56,7 +53,6 @@ class SIGTOOLS_NO_EXPORT PluginModel : public BaseModel
const KService::Ptr m_service;
const KPluginInfo* m_info;
- mutable QPixmap m_pixmap;
QList<ClassModel*> m_classes;
};
}