mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-30 14:15:35 +08:00
committed by
Mathew Sutcliffe
parent
bcb00b1b91
commit
52f0756597
@@ -22,7 +22,9 @@
|
||||
|
||||
namespace Ui { class CSwiftCore; }
|
||||
|
||||
//! swift core control
|
||||
/*!
|
||||
* swift core control GUI
|
||||
*/
|
||||
class CSwiftCore :
|
||||
public BlackGui::CSystemTrayWindow,
|
||||
public BlackGui::IMainWindowAccess,
|
||||
@@ -44,7 +46,7 @@ private slots:
|
||||
void ps_stopCorePressed();
|
||||
void ps_appendLogMessage(const BlackMisc::CStatusMessage &message);
|
||||
void ps_p2pModeToggled(bool checked);
|
||||
//! }@
|
||||
//! @}
|
||||
|
||||
//! Style sheet has changed
|
||||
virtual void ps_onStyleSheetsChanged();
|
||||
@@ -56,7 +58,7 @@ private:
|
||||
void initLogDisplay();
|
||||
void initStyleSheet();
|
||||
void initDBusMode();
|
||||
//! }@
|
||||
//! @}
|
||||
|
||||
void startCore(const QString &dBusAdress);
|
||||
void stopCore();
|
||||
|
||||
Reference in New Issue
Block a user