summaryrefslogtreecommitdiff
path: root/src/gui/widgets/popuplist.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-06-12 22:20:53 +0300
committerAndrei Karas <akaras@inbox.ru>2013-06-12 22:20:53 +0300
commit77a5341118e27572c9b9db90d42120c84d204d77 (patch)
tree6547ae368b498044657126fc55a8f0234afefe9a /src/gui/widgets/popuplist.h
parent77e2fc7f22393fba02e650a196093e1af9a824ac (diff)
downloadplus-77a5341118e27572c9b9db90d42120c84d204d77.tar.gz
plus-77a5341118e27572c9b9db90d42120c84d204d77.tar.bz2
plus-77a5341118e27572c9b9db90d42120c84d204d77.tar.xz
plus-77a5341118e27572c9b9db90d42120c84d204d77.zip
improve popuplist.
Diffstat (limited to 'src/gui/widgets/popuplist.h')
-rw-r--r--src/gui/widgets/popuplist.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/widgets/popuplist.h b/src/gui/widgets/popuplist.h
index a9d2c7593..f3786c192 100644
--- a/src/gui/widgets/popuplist.h
+++ b/src/gui/widgets/popuplist.h
@@ -61,11 +61,11 @@ class PopupList final : public Popup,
void adjustSize();
- void focusGained(const gcn::Event& event A_UNUSED);
+ void focusGained(const gcn::Event& event A_UNUSED) override;
- void focusLost(const gcn::Event& event A_UNUSED);
+ void focusLost(const gcn::Event& event A_UNUSED) override;
- void mousePressed(gcn::MouseEvent& mouseEvent);
+ void mousePressed(gcn::MouseEvent& mouseEvent) override;
private:
gcn::ListModel *mListModel;