summaryrefslogtreecommitdiffstats
path: root/sigtools/PluginTypeModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'sigtools/PluginTypeModel.h')
-rw-r--r--sigtools/PluginTypeModel.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sigtools/PluginTypeModel.h b/sigtools/PluginTypeModel.h
index 3f8119b4..a79c7815 100644
--- a/sigtools/PluginTypeModel.h
+++ b/sigtools/PluginTypeModel.h
@@ -41,14 +41,12 @@ class SIGTOOLS_NO_EXPORT PluginTypeModel : 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);
void addPlugin(KService::Ptr service);
protected:
int findChild(BaseModel* model) const;
+ void redraw(const int width) const;
const QString m_type;
QList<PluginModel*> m_services;