summary refs log tree commit diff
path: root/src/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 /src/emoji
parentMove LeaveRoom dialog to MainWindow (#87) (diff)
downloadnheko-ba8faa357f78561d00b3acf694644b7c3d0bd92b.tar.xz
Remove empty destructors
Diffstat (limited to 'src/emoji')
-rw-r--r--src/emoji/Category.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emoji/Category.cc b/src/emoji/Category.cc

index a0d838c0..c1b526f2 100644 --- a/src/emoji/Category.cc +++ b/src/emoji/Category.cc
@@ -88,5 +88,3 @@ Category::paintEvent(QPaintEvent *) QPainter p(this); style()->drawPrimitive(QStyle::PE_Widget, &opt, &p, this); } - -Category::~Category() {}