Ref T195, launcher uses DBus UI component and new application arguments functions

This commit is contained in:
Klaus Basan
2017-11-16 02:19:51 +01:00
parent f33c198d5d
commit 35e6dbda67
3 changed files with 34 additions and 175 deletions

View File

@@ -93,9 +93,6 @@ private:
//! Get core mode
BlackCore::CoreModes::CoreMode getCoreMode() const;
//! select DBus address/mode
QString getDBusAddress() const;
//! Selected window mode
BlackGui::CEnableForFramelessWindow::WindowMode getWindowMode() const;
@@ -105,9 +102,6 @@ private:
//! style sheets
void initStyleSheet();
//! combobox for DBus
void initDBusGui();
//! Log display
void initLogDisplay();
@@ -158,9 +152,6 @@ private slots:
//! Start button pressed
void ps_startButtonPressed();
//! Changed selection
void ps_dbusServerAddressSelectionChanged(const QString &currentText);
//! DBus server mode selected
void ps_dbusServerModeSelected(bool selected);