mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
committed by
Mathew Sutcliffe
parent
d495424041
commit
891b67eccc
@@ -22,7 +22,7 @@
|
||||
#include <QString>
|
||||
|
||||
class QWidget;
|
||||
|
||||
namespace BlackGui { namespace Components { class CCoreSettingsDialog; }}
|
||||
namespace Ui { class CSwiftCore; }
|
||||
|
||||
/*!
|
||||
@@ -52,6 +52,9 @@ private slots:
|
||||
void ps_p2pModeToggled(bool checked);
|
||||
//! @}
|
||||
|
||||
//! Show the settings dialog
|
||||
void ps_showSettingsDialog();
|
||||
|
||||
//! Style sheet has changed
|
||||
virtual void ps_onStyleSheetsChanged();
|
||||
|
||||
@@ -69,6 +72,7 @@ private:
|
||||
void stopCore();
|
||||
QString getDBusAddress() const;
|
||||
|
||||
QScopedPointer<BlackGui::Components::CCoreSettingsDialog> m_settingsDialog;
|
||||
QScopedPointer<Ui::CSwiftCore> ui;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user