mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 23:45:49 -04:00
Added close window shortcut
This commit is contained in:
parent
79977a0c37
commit
75ef4dceb5
2 changed files with 18 additions and 1 deletions
|
@ -267,6 +267,7 @@ private slots:
|
|||
|
||||
#if defined(Q_OS_DARWIN)
|
||||
void minimizeWindow();
|
||||
void closeWindow();
|
||||
#endif
|
||||
|
||||
/** Toolbar fns. */
|
||||
|
@ -337,6 +338,7 @@ private:
|
|||
QMenuBar *menuBar;
|
||||
QMenu *dockMenu;
|
||||
QAction* actionMinimize;
|
||||
QAction* actionCloseWindow;
|
||||
#endif
|
||||
|
||||
QSystemTrayIcon *trayIcon;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue