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

index a7789df7..5aedfcbc 100644 --- a/src/CommunitiesListItem.cc +++ b/src/CommunitiesListItem.cc
@@ -13,8 +13,6 @@ CommunitiesListItem::CommunitiesListItem(QSharedPointer<Community> community, setFixedWidth(ui::sidebar::CommunitiesSidebarSize); } -CommunitiesListItem::~CommunitiesListItem() {} - void CommunitiesListItem::setCommunity(QSharedPointer<Community> community) { @@ -150,8 +148,6 @@ WorldCommunityListItem::WorldCommunityListItem(QWidget *parent) : CommunitiesListItem(QSharedPointer<Community>(), "", parent) {} -WorldCommunityListItem::~WorldCommunityListItem() {} - void WorldCommunityListItem::mousePressEvent(QMouseEvent *event) {