提交 cb71a7b4 编写于 作者: 泡沫o0's avatar 泡沫o0 🤖

Upload New File

上级 e0c086e8
#ifndef OPERATION_WINDOWS_H
#define OPERATION_WINDOWS_H
#include "./OperationManager/operationManager.h"
#if (defined(Q_CC_MSVC) || defined(Q_CC_MINGW))
#include "windows.h"
#endif
class Operation_Windows : public OpeartionMangaer
{
public:
Operation_Windows();
int ScreenOperation(bool) override ;
int PoweroffOperation(int) override;
~Operation_Windows() {};
private:
bool envinit();
};
#endif // OPERATION_WINDOWS_H
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册