mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-16 10:25:36 +08:00
Ref T301, core now has button to disconnect from network
use case: GUI crashes and an emergency disconnect is needed
This commit is contained in:
@@ -79,6 +79,9 @@ private:
|
||||
//! Restart with new arguments
|
||||
void restart();
|
||||
|
||||
//! Disconnect from network
|
||||
void disconnectFromNetwork();
|
||||
|
||||
//! Core mode from radio buttons
|
||||
QString getAudioCmdFromRadioButtons() const;
|
||||
|
||||
@@ -88,7 +91,6 @@ private:
|
||||
QScopedPointer<BlackGui::Components::CCoreSettingsDialog> m_settingsDialog;
|
||||
QScopedPointer<BlackGui::Components::CRawFsdMessagesDialog> m_rawFsdMessageDialog;
|
||||
QScopedPointer<Ui::CSwiftCore> ui;
|
||||
|
||||
};
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user