Adhere to change request
This commit is contained in:
parent
fda8fa1f44
commit
d82782397f
@ -47,7 +47,6 @@ public:
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *event);
|
||||
void keyPressEvent(QKeyEvent *event);
|
||||
|
||||
private slots:
|
||||
// Handle interaction with the tray icon.
|
||||
|
@ -127,12 +127,6 @@ MainWindow::MainWindow(QWidget *parent)
|
||||
}
|
||||
}
|
||||
|
||||
void
|
||||
MainWindow::keyPressEvent(QKeyEvent *e)
|
||||
{
|
||||
QMainWindow::keyPressEvent(e);
|
||||
}
|
||||
|
||||
void
|
||||
MainWindow::restoreWindowSize()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user