This commit is contained in:
Laurent Trinques
2019-10-27 17:57:23 +01:00
parent b2a77450de
commit 8da9903877

View File

@@ -93,7 +93,7 @@ QETApp::QETApp() :
setSplashScreenStep(tr("Chargement... Initialisation du cache des collections d'éléments", "splash screen caption")); setSplashScreenStep(tr("Chargement... Initialisation du cache des collections d'éléments", "splash screen caption"));
if (!collections_cache_) { if (!collections_cache_) {
QString cache_path = QETApp::configDir() + "/elements_cache.sqlite"; QString cache_path = QETApp::configDir() + "/elements_cache.sqlite";
#endif
collections_cache_ = new ElementsCollectionCache(cache_path, this); collections_cache_ = new ElementsCollectionCache(cache_path, this);
collections_cache_->setLocale(langFromSetting()); collections_cache_->setLocale(langFromSetting());
} }