From f2017ba105f9c12ad288e0edb261afe6c76e79ee Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Fri, 2 Oct 2020 15:32:06 +0100 Subject: [PATCH] Temporary diagnostic --- main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/main.cpp b/main.cpp index 99ffe9cad..7a92e4d52 100644 --- a/main.cpp +++ b/main.cpp @@ -105,6 +105,7 @@ int main(int argc, char *argv[]) QApplication a(argc, argv); try { + LOG_INFO ("Application directory: " << a.applicationDirPath ()); // LOG_INfO ("+++++++++++++++++++++++++++ Resources ++++++++++++++++++++++++++++"); // { // QDirIterator resources_iter {":/", QDirIterator::Subdirectories};