Skip to content

Commit

Permalink
Add debug info of current path
Browse files Browse the repository at this point in the history
  • Loading branch information
Gin committed Nov 25, 2023
1 parent 8ea5ce9 commit 272cc27
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

#include <QCoreApplication>
#include <QMenuBar>
#include <QDir>
#include "CommonFramework/Windows/DpiScaler.h"
#include "CommonFramework/Windows/WindowTracker.h"
#include "FileWindowLogger.h"
Expand Down Expand Up @@ -212,6 +213,7 @@ FileWindowLoggerWindow::FileWindowLoggerWindow(FileWindowLogger& logger, QWidget
m_logger += *this;
log("================================================================================");
log("<b>Window Startup...</b>");
log("Current path: " + QDir::currentPath());
add_window(*this);
}
FileWindowLoggerWindow::~FileWindowLoggerWindow(){
Expand Down

0 comments on commit 272cc27

Please sign in to comment.