mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 18:35:35 +08:00
refs #507, core
* revised parameter handling * adjusted to changes in CProject
This commit is contained in:
committed by
Mathew Sutcliffe
parent
864ca20be3
commit
54cb61db19
@@ -37,8 +37,10 @@ public:
|
||||
{
|
||||
SetupInfo() {}
|
||||
|
||||
bool m_minimzed = false; //!< Start minimized to tray
|
||||
QString m_dbusAddress; //!< DBus address (session, system, p2p)
|
||||
bool m_minimzed = false; //!< Start minimized to tray
|
||||
bool m_start = false; //!< Start server when core is started
|
||||
bool m_coreAudio = false; //!< Audio in core
|
||||
QString m_dbusAddress; //!< DBus address (session, system, p2p)
|
||||
};
|
||||
|
||||
//! Constructor
|
||||
@@ -61,6 +63,8 @@ private:
|
||||
void initSlots();
|
||||
void initLogDisplay();
|
||||
void initStyleSheet();
|
||||
void initDBusMode(const SetupInfo &setup);
|
||||
|
||||
void startCore(const SetupInfo &setup);
|
||||
void stopCore();
|
||||
QString getDBusAddress() const;
|
||||
|
||||
Reference in New Issue
Block a user