mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-09-02 15:35:51 +00:00
Closed beta 1001007001: Fix build in GCC.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user