Adhere to change request

This commit is contained in:
Jani Mustonen 2017-11-02 20:38:48 +02:00
parent fda8fa1f44
commit d82782397f
2 changed files with 0 additions and 7 deletions

View File

@ -47,7 +47,6 @@ public:
protected: protected:
void closeEvent(QCloseEvent *event); void closeEvent(QCloseEvent *event);
void keyPressEvent(QKeyEvent *event);
private slots: private slots:
// Handle interaction with the tray icon. // Handle interaction with the tray icon.

View File

@ -127,12 +127,6 @@ MainWindow::MainWindow(QWidget *parent)
} }
} }
void
MainWindow::keyPressEvent(QKeyEvent *e)
{
QMainWindow::keyPressEvent(e);
}
void void
MainWindow::restoreWindowSize() MainWindow::restoreWindowSize()
{ {