b
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "QJsonObject"
|
||||
#include "QJsonParseError"
|
||||
|
||||
#include "QDebug"
|
||||
|
||||
class Config
|
||||
{
|
||||
@@ -20,6 +21,11 @@ public:
|
||||
QString getDefaultCommandFile();
|
||||
void setDefaultCommandFile(QString file);
|
||||
|
||||
void loadJson(const QString& jsonFilename);
|
||||
|
||||
private:
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user