#ifndef OPIE_OCOP_CLIENT_H #define OPIE_OCOP_CLIENT_H #include #include struct OCOPClient { int fd; QSocketNotifier* notify; }; #endif