summary refs log tree commit diff
path: root/include/emoji
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-10 16:29:09 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-02-10 16:29:09 +0200
commitba8faa357f78561d00b3acf694644b7c3d0bd92b (patch)
tree454a3eb27f5327937f992eba5074a4a4b672f41e /include/emoji
parentMove LeaveRoom dialog to MainWindow (#87) (diff)
downloadnheko-ba8faa357f78561d00b3acf694644b7c3d0bd92b.tar.xz
Remove empty destructors
Diffstat (limited to 'include/emoji')
-rw-r--r--include/emoji/Category.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/emoji/Category.h b/include/emoji/Category.h

index d60e11fe..a14029c8 100644 --- a/include/emoji/Category.h +++ b/include/emoji/Category.h
@@ -32,7 +32,6 @@ class Category : public QWidget public: Category(QString category, std::vector<Emoji> emoji, QWidget *parent = nullptr); - ~Category(); signals: void emojiSelected(const QString &emoji);