* revised parameter handling
* adjusted to changes in CProject
This commit is contained in:
Klaus Basan
2015-11-11 04:55:32 +01:00
committed by Mathew Sutcliffe
parent 864ca20be3
commit 54cb61db19
3 changed files with 52 additions and 42 deletions

View File

@@ -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;