Commit e993032a authored by dogmaphobic's avatar dogmaphobic

Adding missing braces.

parent 4e8f2739
......@@ -349,8 +349,9 @@ QString UnitTest::_getSaveFileName(
Q_UNUSED(filter);
Q_UNUSED(options);
if(!defaultSuffix.isEmpty())
if(!defaultSuffix.isEmpty()) {
Q_ASSERT(defaultSuffix.startsWith(".") == false);
}
return _fileDialogResponseSingle(getSaveFileName);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment