diff --git a/include/MainWindow.h b/include/MainWindow.h index 3de847f63..d1fe3eb4e 100644 --- a/include/MainWindow.h +++ b/include/MainWindow.h @@ -126,7 +126,8 @@ public: void clearKeyModifiers(); - [[deprecated]] // TODO Remove this function, since m_shift can get stuck down. + // TODO Remove this function, since m_shift can get stuck down. + // [[deprecated]] bool isShiftPressed() { return m_keyMods.m_shift;