1 #ifndef __libquark_util_ObjectUtils_hxx 2 #define __libquark_util_ObjectUtils_hxx 5 #include <QVariantList> 30 static bool invokeSlot(QObject *target,
const char *slot,
31 const QVariantList &args = QVariantList());
49 #endif // __libquark_util_ObjectUtils_hxx static const int MAX_SLOT_ARGS
The maximum number of slot arguments that can be passed to invokeSlot().
Definition: ObjectUtils.h++:37
Definition: BarChartView.h++:6
#define LIBQUARK_API
Definition: Quark.h++:18
General-purpose QObject utilities.
Definition: ObjectUtils.h++:17