b
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#include "Config.h"
|
||||
|
||||
|
||||
Config::Config()
|
||||
Config::Config(QObject *parent)
|
||||
{
|
||||
qDebug() << "Config Operation";
|
||||
|
||||
@@ -18,7 +18,7 @@ Config::Config()
|
||||
}
|
||||
|
||||
|
||||
void Config::~Config()
|
||||
Config::~Config()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user