mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-22 13:15:39 +08:00
Ref T195, launcher uses DBus UI component and new application arguments functions
This commit is contained in:
@@ -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 ¤tText);
|
||||
|
||||
//! DBus server mode selected
|
||||
void ps_dbusServerModeSelected(bool selected);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user