1 Star 0 Fork 15

杰特拉/Encoder

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Config.h 482 Bytes
一键复制 编辑 原始数据 按行查看 历史
LinkPi 提交于 2018-04-04 08:08 +08:00 . init
#ifndef CONFIG_H
#define CONFIG_H
#include <QObject>
#include <Channel.h>
#include <QList>
#define CFGPATH "/link/config/config.json"
#define GRPPATH "/link/config/group.json"
#define NETPATH "/link/config/net.json"
class Config : public QObject
{
Q_OBJECT
public:
explicit Config(QObject *parent = 0);
static void loadConfig(QString path);
static QList<Channel*> chns;
static Channel* findChannelById(int id);
signals:
public slots:
};
#endif // CONFIG_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/jtela/Encoder.git
git@gitee.com:jtela/Encoder.git
jtela
Encoder
Encoder
master

搜索帮助