Allow close events from the session manager (#353)
This commit is contained in:
parent
80ebe3f29d
commit
363e3735f1
2 changed files with 11 additions and 5 deletions
|
|
@ -119,6 +119,8 @@ private:
|
|||
void restoreWindowSize();
|
||||
//! Check if there is an open dialog.
|
||||
bool hasActiveDialogs() const;
|
||||
//! Check if the current page supports the "minimize to tray" functionality.
|
||||
bool pageSupportsTray() const;
|
||||
|
||||
static MainWindow *instance_;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue