Qt: Fix Linguist issues and format files

This commit is contained in:
wheremyfoodat 2024-09-16 22:39:05 +03:00
parent 4b21d601e2
commit c0c8545dc2
6 changed files with 84 additions and 77 deletions

View file

@ -140,7 +140,7 @@ class MainWindow : public QMainWindow {
MainWindow(QApplication* app, QWidget* parent = nullptr);
~MainWindow();
void closeEvent(QCloseEvent *event) override;
void closeEvent(QCloseEvent* event) override;
void keyPressEvent(QKeyEvent* event) override;
void keyReleaseEvent(QKeyEvent* event) override;
void mousePressEvent(QMouseEvent* event) override;