Newer
Older
/**
* A library for Qt app
*
* LICENSE: The GNU Lesser General Public License, version 3.0
*
* @author Akira Ohgaki <akiraohgaki@gmail.com>
* @copyright Akira Ohgaki
* @license https://opensource.org/licenses/LGPL-3.0 The GNU Lesser General Public License, version 3.0
class Config : public QObject
{
Q_OBJECT
public:
explicit Config(const QString &configDirPath = QString(), QObject *parent = 0);
QString configDirPath() const;
void setConfigDirPath(const QString &configDirPath);