diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-30 11:08:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-10-30 11:08:08 +0900 |
commit | c0b1f3384ccc4dbf9311e97829f9218cf944fac8 (patch) | |
tree | 81377e06ac6768aa9ea0c4cf4a7e5f2582e1dad9 /src/SettingsPaths.cpp | |
parent | 455025d23a917ed4fd8e61bf2ede45432119d4b4 (diff) | |
download | universal-indent-gui-tqt-c0b1f3384ccc4dbf9311e97829f9218cf944fac8.tar.gz universal-indent-gui-tqt-c0b1f3384ccc4dbf9311e97829f9218cf944fac8.zip |
Add ability to accept drops of files to the main window
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/SettingsPaths.cpp')
-rw-r--r-- | src/SettingsPaths.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SettingsPaths.cpp b/src/SettingsPaths.cpp index e5410da..deacb1d 100644 --- a/src/SettingsPaths.cpp +++ b/src/SettingsPaths.cpp @@ -127,7 +127,7 @@ void SettingsPaths::init() tqDebug("Paths are:\n" " m_applicationBinaryPath = %s\n" " m_settingsPath = %s\n" - " m_globalFilesPath =%s\n" + " m_globalFilesPath = %s\n" " m_indenterPath = %s\n" " m_tempPath = %s\n" "Running in portable mode = %s", |