aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmltooling/qmldbg_preview/qqmlpreviewblacklist.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/qmltooling/qmldbg_preview/qqmlpreviewblacklist.h')
-rw-r--r--src/plugins/qmltooling/qmldbg_preview/qqmlpreviewblacklist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmltooling/qmldbg_preview/qqmlpreviewblacklist.h b/src/plugins/qmltooling/qmldbg_preview/qqmlpreviewblacklist.h
index 2f743ca7a6..9d99517261 100644
--- a/src/plugins/qmltooling/qmldbg_preview/qqmlpreviewblacklist.h
+++ b/src/plugins/qmltooling/qmldbg_preview/qqmlpreviewblacklist.h
@@ -71,12 +71,12 @@ private:
public:
Node();
Node(const Node &other);
- Node(Node &&other) Q_DECL_NOEXCEPT;
+ Node(Node &&other) noexcept;
~Node();
Node &operator=(const Node &other);
- Node &operator=(Node &&other) Q_DECL_NOEXCEPT;
+ Node &operator=(Node &&other) noexcept;
void split(QString::iterator it, QString::iterator end);
void insert(const QString &path, int offset);