mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #320 Remove deprecated code
* Mic and squelch tests * VoiceVatlib threading * Exception handling
This commit is contained in:
@@ -33,8 +33,6 @@ private: //commands
|
||||
void help(QTextStream &args);
|
||||
void echo(QTextStream &args);
|
||||
void exit(QTextStream &args);
|
||||
void squelchTestCmd(QTextStream &args);
|
||||
void micTestCmd(QTextStream &args);
|
||||
void setCallsignCmd(QTextStream &args);
|
||||
void initiateConnectionCmd(QTextStream &args);
|
||||
void terminateConnectionCmd(QTextStream &args);
|
||||
@@ -46,9 +44,6 @@ private: //commands
|
||||
|
||||
void printLinePrefix();
|
||||
|
||||
public slots:
|
||||
void onSquelchTestFinished();
|
||||
void onMicTestFinished();
|
||||
private slots:
|
||||
|
||||
void connectionStatusChanged(BlackCore::IVoiceChannel::ConnectionStatus oldStatus,
|
||||
@@ -61,7 +56,6 @@ private slots:
|
||||
private:
|
||||
QMap<QString, std::function<void(QTextStream &)>> m_commands;
|
||||
BlackCore::IVoice *m_voice;
|
||||
QThread m_threadVoice;
|
||||
QPointer<BlackCore::IVoiceChannel> m_channelCom1;
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user