refs #242, some fixes in voice vatlib

* voiceroom connection status only changed when really connected, not when trying to
* exception method changed so it sends proper status messages
* empty member callsign list when voice room is left (also in the paranoia section)
This commit is contained in:
Klaus Basan
2014-05-28 13:47:29 +02:00
parent e2b0851e0a
commit a4e5e22adc
2 changed files with 42 additions and 26 deletions

View File

@@ -11,6 +11,8 @@
#include "../blackmisc/nwuserlist.h"
#include "../blackmisc/voiceroomlist.h"
#include "../blackmisc/audiodevicelist.h"
#include "../blackmisc/statusmessage.h"
#include <vatlib/vatlib.h>
#include <QObject>
#include <QSet>
@@ -267,10 +269,11 @@ namespace BlackCore
void micTestFinished();
// non protocol related signals
/*!
* \brief Exception
* We sent a message about the status of the network connection, for the attention of the user.
*/
void exception(const QString &message, bool fatal = false); // let remote places know there was an exception
void statusMessage(const BlackMisc::CStatusMessage &message);
};
} // namespace BlackCore