fix(index):解决内容索引配置文件未自动生成的问题
This commit is contained in:
parent
59dcfebadf
commit
24dea3147e
|
@ -102,6 +102,7 @@ FileIndexerConfig::FileIndexerConfig(QObject *parent)
|
|||
qWarning() << UKUI_SEARCH_SCHEMAS << " is not found!";
|
||||
}
|
||||
m_settings = new QSettings(INDEX_SETTINGS, QSettings::IniFormat, this);
|
||||
sync();
|
||||
}
|
||||
|
||||
FileIndexerConfig::~FileIndexerConfig()
|
||||
|
|
Loading…
Reference in New Issue