Fix memory leak.

This commit is contained in:
sledgehammer999
2016-04-04 00:10:18 +03:00
parent ef954fea55
commit 76b3c72c86
2 changed files with 6 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ class ShutdownConfirmDlg : public QDialog
public:
ShutdownConfirmDlg(const ShutdownAction &action);
~ShutdownConfirmDlg();
bool shutdown() const;
static bool askForConfirmation(const ShutdownAction &action);