Searched refs:QObject (Results 1 – 3 of 3) sorted by relevance
6 class ExampleQt : public QObject {11 ExampleQt(const char * value, QObject * parent = 0)12 : QObject(parent), m_value(value) {} in QObject() function
42 QObject::connect(&example, SIGNAL(finished()), &app, SLOT(quit())); in main()
37 class RedisQtAdapter : public QObject {72 RedisQtAdapter(QObject * parent = 0)73 : QObject(parent), m_ctx(0), m_read(0), m_write(0) { } in QObject() function