┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/search/searchcriterionvalue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/search/searchcriterionvalue.h')
-rw-r--r--src/search/searchcriterionvalue.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/search/searchcriterionvalue.h b/src/search/searchcriterionvalue.h
index 7bb79243d..5144c7181 100644
--- a/src/search/searchcriterionvalue.h
+++ b/src/search/searchcriterionvalue.h
@@ -73,6 +73,9 @@ public:
virtual ~TagValue();
virtual QString value() const;
+protected:
+ virtual void showEvent(QShowEvent* event);
+
private:
QComboBox* m_tags;
};