aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter.cpp')
-rw-r--r--tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter.cpp b/tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter.cpp
index 04d9fc683d..742591d72c 100644
--- a/tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter.cpp
+++ b/tests/auto/cplusplus/typeprettyprinter/tst_typeprettyprinter.cpp
@@ -189,7 +189,7 @@ void tst_TypePrettyPrinter::basic_data()
QTest::addColumn<QString>("result");
// Define some often used flag combinations.
- const Overview::StarBindFlags bindToNothing = 0;
+ const Overview::StarBindFlags bindToNothing({});
const Overview::StarBindFlags bindToBothSpecifiers
= Overview::StarBindFlags(Overview::BindToLeftSpecifier | Overview::BindToRightSpecifier);
const Overview::StarBindFlags bindToNameAndType