X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fsignalproxy.h;h=8c51724bbddd2cb13fbc5ee25d4fb3fb18308c3c;hp=23dbc9f2c7ecabc5569a1df23a021eb24b088321;hb=8699dd758516d0ded076811e8ea656adc95e69d0;hpb=17a902604b2631d1165fb8c7af65e064e37a49d7 diff --git a/src/common/signalproxy.h b/src/common/signalproxy.h index 23dbc9f2..8c51724b 100644 --- a/src/common/signalproxy.h +++ b/src/common/signalproxy.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-07 by the Quassel IRC Team * + * Copyright (C) 2005-08 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -90,6 +90,7 @@ public: static QString methodBaseName(const QMetaMethod &method); const QList &argTypes(QObject *obj, int methodId); + bool hasUpdateSignal(QObject *obj); const QByteArray &methodName(QObject *obj, int methodId); const QHash &syncMap(QObject *obj); @@ -99,6 +100,7 @@ public: ArgHash argTypes; MethodNameHash methodNames; QHash syncMap; + bool hasUpdateSignal; }; void dumpProxyStats();