Адаптация библиотеки для Redis
This commit is contained in:
@ -3,7 +3,9 @@
|
||||
#include <request.hpp>
|
||||
#include <request_p.hpp>
|
||||
|
||||
using namespace qxredis;
|
||||
namespace myx {
|
||||
|
||||
namespace redis {
|
||||
|
||||
void RequestPrivate::quitEventLoop()
|
||||
{
|
||||
@ -34,3 +36,7 @@ bool Request::waitForReply( int msecs )
|
||||
*/
|
||||
return( ( d->loop.exec( QEventLoop::ExcludeUserInputEvents ) != 0 ) );
|
||||
}
|
||||
|
||||
} // namespace redis
|
||||
|
||||
} // namespace myx
|
||||
|
Reference in New Issue
Block a user