Loading defaults from launcher setup did not work anymore.

For some strange reason the radio button checking did not work. Used a new concept.
This commit is contained in:
Klaus Basan
2019-03-25 23:39:00 +01:00
committed by Mat Sutcliffe
parent 8be1465f24
commit a5835f963c
2 changed files with 31 additions and 37 deletions

View File

@@ -45,7 +45,7 @@ namespace BlackCore
CLauncherSetup() {}
//! Destructor.
~CLauncherSetup() {}
// virtual ~CLauncherSetup() {}
//! DBus address
const QString &getDBusAddress() const { return m_dBusAddress; }