summaryrefslogtreecommitdiffstats
path: root/examples/network/torrent/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/network/torrent/mainwindow.h')
-rw-r--r--examples/network/torrent/mainwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/network/torrent/mainwindow.h b/examples/network/torrent/mainwindow.h
index 7c18f770f8..9c55b72256 100644
--- a/examples/network/torrent/mainwindow.h
+++ b/examples/network/torrent/mainwindow.h
@@ -73,11 +73,11 @@ class MainWindow : public QMainWindow
public:
MainWindow(QWidget *parent = 0);
- QSize sizeHint() const Q_DECL_OVERRIDE;
+ QSize sizeHint() const override;
const TorrentClient *clientForRow(int row) const;
protected:
- void closeEvent(QCloseEvent *event) Q_DECL_OVERRIDE;
+ void closeEvent(QCloseEvent *event) override;
private slots:
void loadSettings();