Cmd+M minimizes main window on Mac OS X (Closes #928216)

(cherry picked from commit dd7e515f9c)
This commit is contained in:
Christophe Dumez
2012-02-07 19:48:25 +02:00
parent 6dab35cb8e
commit 1b29b148d8
3 changed files with 17 additions and 1 deletions

View File

@@ -110,6 +110,7 @@ protected slots:
bool unlockUI();
void notifyOfUpdate(QString);
void showConnectionSettings();
void minimizeWindow();
// Keyboard shortcuts
void createKeyboardShortcuts();
void displayTransferTab() const;