Explorar el Código

Update paths.cpp

Felix Turowsky hace 2 años
padre
commit
c69f11b83d
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/classes/paths.cpp

+ 1 - 0
src/classes/paths.cpp

@@ -9,6 +9,7 @@ Paths::Paths()
 
 const bool Paths::setup()
 {
+    LOG << "Setting up directories at: " << QCoreApplication::applicationDirPath();
     const QString dir_path = QCoreApplication::applicationDirPath();
     for(const auto& str : qAsConst(directories)){
         QDir dir(dir_path + str);