소스 검색

Update paths.cpp

Felix Turowsky 2 년 전
부모
커밋
c69f11b83d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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);