Remove stray semicolon

This commit is contained in:
Frederik Gladhorn 2017-09-13 18:46:55 +02:00
parent c623db087a
commit 7c9b9ed288

View file

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