diff options
Diffstat (limited to 'src/plugins/General/streambrowser/streamwindow.h')
| -rw-r--r-- | src/plugins/General/streambrowser/streamwindow.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/streambrowser/streamwindow.h b/src/plugins/General/streambrowser/streamwindow.h index 4bdd731a9..34bc7bab3 100644 --- a/src/plugins/General/streambrowser/streamwindow.h +++ b/src/plugins/General/streambrowser/streamwindow.h @@ -59,7 +59,7 @@ private slots: void removeFromFavorites(); private: - void closeEvent(QCloseEvent *); + void closeEvent(QCloseEvent *) override; void readXml(QIODevice *input, QStandardItemModel *model); void createInitialConfig(); @@ -84,7 +84,7 @@ public: StreamsProxyModel(QObject *parent) : QSortFilterProxyModel(parent){} protected: - bool lessThan (const QModelIndex &left, const QModelIndex &right) const + bool lessThan (const QModelIndex &left, const QModelIndex &right) const override { if(left.column() == 2 && right.column() == 2) { |
