diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/QXmppClient.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/QXmppClient.h b/src/QXmppClient.h index 423ab7db..3e1d8536 100644 --- a/src/QXmppClient.h +++ b/src/QXmppClient.h @@ -215,7 +215,7 @@ signals: void iqReceived(const QXmppIq &iq); /// This signal is emitted when the client state changes. - void stateChanged(State state); + void stateChanged(QXmppClient::State state); /// \cond // Deprecated in release 0.3.0 |
