summaryrefslogtreecommitdiffstats
path: root/src/core/clipboard_qt.h
diff options
context:
space:
mode:
authorKevin Funk <kfunk@kde.org>2017-09-20 20:57:50 +0200
committerKevin Funk <kevin.funk@kdab.com>2017-09-21 15:17:13 +0000
commit73eb8fb2ddaa44cd0e8a5dac68cbc1b66f618e0e (patch)
tree5780003d95453a8c34ce544fbd6645498b793a3c /src/core/clipboard_qt.h
parent90a4933f00d4a7a6a5aaa23d4bbe6be23cbd8ee8 (diff)
Replace Q_DECL_OVERRIDE with override
Change-Id: I5fb337a83bfc98c23b2f3cd51839feb40fad010e Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src/core/clipboard_qt.h')
-rw-r--r--src/core/clipboard_qt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/clipboard_qt.h b/src/core/clipboard_qt.h
index 20b51a599..2089208bf 100644
--- a/src/core/clipboard_qt.h
+++ b/src/core/clipboard_qt.h
@@ -82,7 +82,7 @@ public:
void ReadBookmark(base::string16* title, std::string* url) const override;
void ReadData(const FormatType& format, std::string* result) const override;
- virtual void OnPreShutdown() Q_DECL_OVERRIDE { }
+ void OnPreShutdown() override { }
protected:
void WriteObjects(ui::ClipboardType type, const ObjectMap& objects) override;