#ifndef WMI_H #define WMI_H #include #ifdef Q_OS_WIN #include #include #endif class wmi { public: wmi(); static QJsonValue wmiSearch(QString classe, QStringList params); private: }; #endif // WMI_H