#include "client.hpp" #include #include int main( int argc, char** argv ) { QCoreApplication app( argc, argv ); RedisClient client; return( QCoreApplication::exec() ); } // main