mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-23 12:48:40 -05:00
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:
parent
1870966ada
commit
c8e7d1c54e
@ -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
|
if (e != impl::NetworkError) // take this out when Qt 5.5
|
||||||
// stops doing this
|
// stops doing this
|
||||||
// spuriously
|
// spuriously
|
||||||
|
#else
|
||||||
|
Q_UNUSED (e);
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
Q_EMIT error (m_->errorString ());
|
Q_EMIT error (m_->errorString ());
|
||||||
|
Loading…
Reference in New Issue
Block a user