X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fprotocol.h;h=80b00de032360ef7ce2419c372f4b5c009042ea2;hp=89ef40731840fb2535fdabf09a9dd8b026eff7ef;hb=121a7a9291abd0f49aab836a47c8afcae66da18e;hpb=baacb468d9e2da5ed57cd064045dd9ddf1f7fbc9 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