2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-04 00:25:17 +00:00

Closed beta 1001007001: Fix build in GCC.

This commit is contained in:
John Preston
2017-06-06 16:11:01 +03:00
parent 7dd50fa931
commit 11d4c50202
2 changed files with 2 additions and 2 deletions

View File

@@ -590,7 +590,7 @@ bool MainWindow::eventFilter(QObject *object, QEvent *e) {
auto key = static_cast<QKeyEvent*>(e)->key();
FeedLangTestingKey(key);
}
[[fallthrough]];
// [[fallthrough]];
case QEvent::MouseButtonPress:
case QEvent::TouchBegin:
case QEvent::Wheel: