summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swift/QtUI/ServerList/ServerListModel.h')
-rw-r--r--Swift/QtUI/ServerList/ServerListModel.h2
1 files changed, 1 insertions, 1 deletions
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
@@ -68,7 +68,7 @@ namespace Swift {
Q_OBJECT
public:
ServerListModel();
- ~ServerListModel();
+ ~ServerListModel() override;
QVariant data(const QModelIndex& index, int role = Qt::DisplayRole) const override;
QModelIndex index(int row, int column, const QModelIndex& parent = QModelIndex()) const override;