summaryrefslogtreecommitdiff
path: root/core/pim/osearch/olistviewitem.h
Unidiff
Diffstat (limited to 'core/pim/osearch/olistviewitem.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/pim/osearch/olistviewitem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/pim/osearch/olistviewitem.h b/core/pim/osearch/olistviewitem.h
index 66471f1..9e072a1 100644
--- a/core/pim/osearch/olistviewitem.h
+++ b/core/pim/osearch/olistviewitem.h
@@ -26,2 +26,5 @@ public:
26 virtual int rtti() { return Raw;} 26 virtual int rtti() { return Raw;}
27 virtual QPopupMenu* popupMenu() { return 0;};
28 void clearList();
29
27}; 30};