Eliminate compiler warning

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6103 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2015-11-16 09:04:48 +00:00
parent 4b07fa7cb1
commit 5bc01cc38a
1 changed files with 2 additions and 0 deletions

View File

@ -278,6 +278,8 @@ MessageClient::MessageClient (QString const& id, QString const& server, port_typ
if (e != impl::NetworkError) // take this out when Qt 5.5
// stops doing this
// spuriously
#else
Q_UNUSED (e);
#endif
{
Q_EMIT error (m_->errorString ());