mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Ref T304, adjusted XSwiftDBus settings so P2P can be used
* XPlane now supports P2P XSwiftBus amd session bus * adjusted settings component
This commit is contained in:
@@ -54,6 +54,12 @@ namespace BlackGui
|
||||
//! Set system DBus radio button visible/invisible
|
||||
void setSystemDBusVisible(bool visible);
|
||||
|
||||
//! P2P visible
|
||||
void setP2PDBusVisible(bool visible);
|
||||
|
||||
//! Set to be used for XSwiftBus
|
||||
void setForXSwiftBus();
|
||||
|
||||
signals:
|
||||
//! Is being edited
|
||||
void editingFinished();
|
||||
@@ -62,7 +68,7 @@ namespace BlackGui
|
||||
QScopedPointer<Ui::CDBusServerAddressSelector> ui;
|
||||
|
||||
//! Radio button clicked
|
||||
void radioButtonReleased();
|
||||
void onRadioButtonReleased();
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user