From 8da9903877fc00b10fb41a589b4875954be1cd2c Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sun, 27 Oct 2019 17:57:23 +0100 Subject: [PATCH] Minor --- sources/qetapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/qetapp.cpp b/sources/qetapp.cpp index 45283832e..858563d2f 100644 --- a/sources/qetapp.cpp +++ b/sources/qetapp.cpp @@ -93,7 +93,7 @@ QETApp::QETApp() : setSplashScreenStep(tr("Chargement... Initialisation du cache des collections d'éléments", "splash screen caption")); if (!collections_cache_) { QString cache_path = QETApp::configDir() + "/elements_cache.sqlite"; - #endif + collections_cache_ = new ElementsCollectionCache(cache_path, this); collections_cache_->setLocale(langFromSetting()); }