Add basic debug logger.

This commit is contained in:
2026-02-01 20:20:39 -05:00
parent be383869b2
commit e5b91eaed8
9 changed files with 125 additions and 22 deletions

View File

@@ -27,6 +27,7 @@ ApplicationWindow {
title: qsTr("Error")
}
ClideProjectView {
id: clideProjectView
projectDir: appWindow.appContextPath
}
}