浏览代码

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);