From 1bfe48de7512a1f80a721c89127f1491641fd7a7 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Sun, 10 Sep 2017 12:59:21 +0300 Subject: Style change again --- include/EmojiPickButton.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'include/EmojiPickButton.h') diff --git a/include/EmojiPickButton.h b/include/EmojiPickButton.h index 840aa5dd..041e25a6 100644 --- a/include/EmojiPickButton.h +++ b/include/EmojiPickButton.h @@ -25,23 +25,23 @@ class EmojiPickButton : public FlatButton { - Q_OBJECT + Q_OBJECT public: - explicit EmojiPickButton(QWidget *parent = nullptr); + explicit EmojiPickButton(QWidget *parent = nullptr); signals: - void emojiSelected(const QString &emoji); + void emojiSelected(const QString &emoji); protected: - void enterEvent(QEvent *e) override; - void leaveEvent(QEvent *e) override; + void enterEvent(QEvent *e) override; + void leaveEvent(QEvent *e) override; private: - // Vertical distance from panel's bottom. - int vertical_distance_ = 10; + // Vertical distance from panel's bottom. + int vertical_distance_ = 10; - // Horizontal distance from panel's bottom right corner. - int horizontal_distance_ = 70; + // Horizontal distance from panel's bottom right corner. + int horizontal_distance_ = 70; - EmojiPanel *panel_; + EmojiPanel *panel_; }; -- cgit 1.5.1