Remove stray semicolon
This commit is contained in:
parent
67b7904d5c
commit
5a2ae27474
1 changed files with 1 additions and 1 deletions
|
@ -850,7 +850,7 @@ void UserActionsMenu::slotWindowOperation(QAction *action)
|
|||
break;
|
||||
default:
|
||||
break;
|
||||
};
|
||||
}
|
||||
if (!type.isEmpty())
|
||||
helperDialog(type, c);
|
||||
// need to delay performing the window operation as we need to have the
|
||||
|
|
Loading…
Reference in a new issue