Адаптация библиотеки для Redis
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#include "lexer.hpp"
|
||||
|
||||
using namespace qxredis;
|
||||
namespace myx {
|
||||
|
||||
namespace redis {
|
||||
|
||||
Lexer::Lexer( QIODevice* device, QObject* parent ) :
|
||||
QObject ( parent ),
|
||||
@@ -113,3 +115,7 @@ bool Lexer::readSafeString()
|
||||
m_state = DoingNothing;
|
||||
return( true );
|
||||
}
|
||||
|
||||
} // namespace redis
|
||||
|
||||
} // namespace myx
|
||||
|
Reference in New Issue
Block a user