mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
fix build issue
This commit is contained in:
parent
1b6132db85
commit
3432c02e83
@ -49,10 +49,10 @@ const QString VConfigManager::c_vnoteNotebookFolderName = QString("vnote_noteboo
|
|||||||
|
|
||||||
VConfigManager::VConfigManager(QObject *p_parent)
|
VConfigManager::VConfigManager(QObject *p_parent)
|
||||||
: QObject(p_parent),
|
: QObject(p_parent),
|
||||||
|
m_hasReset(false),
|
||||||
userSettings(NULL),
|
userSettings(NULL),
|
||||||
defaultSettings(NULL),
|
defaultSettings(NULL),
|
||||||
m_sessionSettings(NULL),
|
m_sessionSettings(NULL)
|
||||||
m_hasReset(false)
|
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user