mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 14:50:53 +01:00
Typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user