Home
last modified time | relevance | path

Searched refs:QObject (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/hiredis/examples/
H A Dexample-qt.h6 class ExampleQt : public QObject {
11 ExampleQt(const char * value, QObject * parent = 0)
12 : QObject(parent), m_value(value) {} in QObject() function
H A Dexample-qt.cpp42 QObject::connect(&example, SIGNAL(finished()), &app, SLOT(quit())); in main()
/f-stack/app/redis-5.0.5/deps/hiredis/adapters/
H A Dqt.h37 class RedisQtAdapter : public QObject {
72 RedisQtAdapter(QObject * parent = 0)
73 : QObject(parent), m_ctx(0), m_read(0), m_write(0) { } in QObject() function