forked from qt-creator/qt-creator
QmlDesigner: Fix compilation
Change-Id: Ia69deafa77ca234c9f80be10d19fcf582ab5e906 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
committed by
Cristian Adam
parent
513d1e7e02
commit
df5e211d86
@@ -347,7 +347,7 @@ public:
|
|||||||
class DocumentError : public std::exception
|
class DocumentError : public std::exception
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
const char *what() const override { return "Current document contains errors."; }
|
const char *what() const noexcept override { return "Current document contains errors."; }
|
||||||
};
|
};
|
||||||
|
|
||||||
class EditListModelAction final : public ModelNodeContextMenuAction
|
class EditListModelAction final : public ModelNodeContextMenuAction
|
||||||
|
Reference in New Issue
Block a user