fix -Wparentheses-equality

This commit is contained in:
wmayer
2018-05-23 18:40:47 +02:00
parent 2ef1d2f363
commit 4682b4fd25

View File

@@ -116,8 +116,7 @@ TechDraw::DrawPage* DrawGuiUtil::findPage(Gui::Command* cmd)
}
}
if ((page == nullptr)
) {
if (page == nullptr) {
switch(failCase) {
case 1:
QMessageBox::warning(Gui::getMainWindow(), QObject::tr("No page found"),