Адаптация библиотеки для Redis

This commit is contained in:
2020-03-30 12:42:41 +03:00
parent 4069aaf315
commit 44466b80de
13 changed files with 106 additions and 64 deletions

View File

@ -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