From b2a77450de7d34ad37d868b5ff7c0c27dd5d5a8d Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sun, 27 Oct 2019 17:56:13 +0100 Subject: [PATCH] Revert previous commit --- sources/qetapp.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sources/qetapp.cpp b/sources/qetapp.cpp index 545df4175..45283832e 100644 --- a/sources/qetapp.cpp +++ b/sources/qetapp.cpp @@ -92,9 +92,6 @@ QETApp::QETApp() : setSplashScreenStep(tr("Chargement... Initialisation du cache des collections d'éléments", "splash screen caption")); if (!collections_cache_) { - #if defined(Q_OS_WIN32) || defined(Q_OS_WIN64) - QString cache_path = (QDir::homePath() + "/Application Data/qet/elements_cache.sqlite"); - #else QString cache_path = QETApp::configDir() + "/elements_cache.sqlite"; #endif collections_cache_ = new ElementsCollectionCache(cache_path, this);