From 345a1b4420ea6251d3879c5efde0e5cc145c2783 Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Sun, 20 Oct 2019 17:29:19 +0200 Subject: [PATCH] Typo --- sources/qetapp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/qetapp.cpp b/sources/qetapp.cpp index a193fe095..545df4175 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_) { #if defined(Q_OS_WIN32) || defined(Q_OS_WIN64) - QString cache_path = (QDir::homePath() + "/Application Data/qet/elements_cache.sqlite"; + QString cache_path = (QDir::homePath() + "/Application Data/qet/elements_cache.sqlite"); #else QString cache_path = QETApp::configDir() + "/elements_cache.sqlite"; #endif