From 9069b147b0769e8f3b4b23e8ace1c96d1b257212 Mon Sep 17 00:00:00 2001 From: Pietro Cerutti Date: Tue, 17 Jun 2014 19:39:20 +0000 Subject: Fix typo --- adapters/qt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'adapters') diff --git a/adapters/qt.h b/adapters/qt.h index 9c801db..d216ad7 100644 --- a/adapters/qt.h +++ b/adapters/qt.h @@ -87,7 +87,7 @@ class RedisQtAdapter : public QObject { private: void addRead() { if (m_read) return; - m_read = new QSocketNotifier(m_ctx->c.fd, QSocketNotifier::Read, 0), + m_read = new QSocketNotifier(m_ctx->c.fd, QSocketNotifier::Read, 0); connect(m_read, SIGNAL(activated(int)), this, SLOT(read())); } -- cgit v1.2.3