Remove stray semicolon

icc-effect-5.14.5
Frederik Gladhorn 2017-09-13 18:46:55 +02:00
parent c623db087a
commit 7c9b9ed288
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ public:
bool isGrabbed() const {
return m_tabGrab || m_desktopGrab;
};
}
void initShortcuts();