mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
refs #741, allow to discard settings
(not saving, but continue closing)
This commit is contained in:
committed by
Mathew Sutcliffe
parent
8b1bdbdcf8
commit
231bfea566
@@ -14,6 +14,7 @@
|
||||
|
||||
#include <QDialog>
|
||||
#include <QScopedPointer>
|
||||
#include <QAbstractButton>
|
||||
|
||||
namespace Ui { class CApplicationCloseDialog; }
|
||||
namespace BlackGui
|
||||
@@ -38,6 +39,12 @@ namespace BlackGui
|
||||
//! Accepted
|
||||
void ps_onAccepted();
|
||||
|
||||
//! Rejected
|
||||
void ps_onRejected();
|
||||
|
||||
//! Button pressed
|
||||
void ps_buttonClicked(QAbstractButton *button);
|
||||
|
||||
private:
|
||||
QScopedPointer<Ui::CApplicationCloseDialog> ui;
|
||||
QStringList m_settingskeys;
|
||||
|
||||
Reference in New Issue
Block a user