X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fprotocol.h;h=80b00de032360ef7ce2419c372f4b5c009042ea2;hb=a43d9818f34480d02acc6dc8301cb70a616da4e0;hp=89ef40731840fb2535fdabf09a9dd8b026eff7ef;hpb=02bebb4c8f1c45397c55f1660176bfa0c303e703;p=quassel.git diff --git a/src/common/protocol.h b/src/common/protocol.h index 89ef4073..80b00de0 100644 --- a/src/common/protocol.h +++ b/src/common/protocol.h @@ -141,6 +141,7 @@ struct LoginSuccess : public HandshakeMessage // TODO: more generic format struct SessionState : public HandshakeMessage { + inline SessionState() {} // needed for QMetaType (for the mono client) inline SessionState(const QVariantList &identities, const QVariantList &bufferInfos, const QVariantList &networkIds) : identities(identities), bufferInfos(bufferInfos), networkIds(networkIds) {} @@ -149,7 +150,6 @@ struct SessionState : public HandshakeMessage QVariantList networkIds; }; - /*** handled by SignalProxy ***/ struct SignalProxyMessage