#ifndef DEVICECONTROLAPPLICATION_H #define DEVICECONTROLAPPLICATION_H #include class DeviceControlApplication : public QApplication { Q_OBJECT public: explicit DeviceControlApplication(int argc, char *argv[]); }; #endif // DEVICECONTROLAPPLICATION_H