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:
Klaus Basan
2018-08-13 02:49:53 +02:00
parent f3c7015cfb
commit 2424c40229
3 changed files with 117 additions and 49 deletions

View File

@@ -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