1 Star 0 Fork 1

klose28/QtService

forked from tredy6t/QtService 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
CustomService.h 274 Bytes
一键复制 编辑 原始数据 按行查看 历史
chenfei 提交于 2023-12-21 16:54 . Self guard for server
#include <QCoreApplication>
#include "qtservice.h"
class CustomService : public QtService<QCoreApplication>
{
public:
CustomService(int argc, char **argv);
void DoClean();
protected:
void start();
void pause();
void resume();
void stop();
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/klose28/QtService.git
[email protected]:klose28/QtService.git
klose28
QtService
QtService
master

搜索帮助