summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI')
-rw-r--r--Swift/QtUI/ServerList/ServerListDelegate.h2
-rw-r--r--Swift/QtUI/ServerList/ServerListModel.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/Swift/QtUI/ServerList/ServerListDelegate.h b/Swift/QtUI/ServerList/ServerListDelegate.h
index 79afc37..3f8b72b 100644
--- a/Swift/QtUI/ServerList/ServerListDelegate.h
+++ b/Swift/QtUI/ServerList/ServerListDelegate.h
@@ -19,3 +19,3 @@ namespace Swift {
ServerListDelegate();
- ~ServerListDelegate();
+ ~ServerListDelegate() override;
QSize sizeHint(const QStyleOptionViewItem& option, const QModelIndex& index) const override;
diff --git a/Swift/QtUI/ServerList/ServerListModel.h b/Swift/QtUI/ServerList/ServerListModel.h
index 86541a0..ae89ade 100644
--- a/Swift/QtUI/ServerList/ServerListModel.h
+++ b/Swift/QtUI/ServerList/ServerListModel.h
@@ -70,3 +70,3 @@ namespace Swift {
ServerListModel();
- ~ServerListModel();
+ ~ServerListModel() override;