fix build issue

This commit is contained in:
Le Tan 2017-12-27 21:40:58 +08:00
parent 1b6132db85
commit 3432c02e83

View File

@ -49,10 +49,10 @@ const QString VConfigManager::c_vnoteNotebookFolderName = QString("vnote_noteboo
VConfigManager::VConfigManager(QObject *p_parent)
: QObject(p_parent),
m_hasReset(false),
userSettings(NULL),
defaultSettings(NULL),
m_sessionSettings(NULL),
m_hasReset(false)
m_sessionSettings(NULL)
{
}