diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-05-16 10:38:36 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-05-16 10:38:36 +0900 |
| commit | dfb1b9f10a0c18ace12de3323e3eea410efa3b6c (patch) | |
| tree | c0ec1ada481c63bb428ae6a11a0f84383249cd26 /src/SettingsPaths.cpp | |
| parent | 5fa736197b0b111d7d1eb3d7622499375f3f17f9 (diff) | |
| download | universal-indent-gui-tqt-dfb1b9f10a0c18ace12de3323e3eea410efa3b6c.tar.gz universal-indent-gui-tqt-dfb1b9f10a0c18ace12de3323e3eea410efa3b6c.zip | |
Added initial empty GUI for the indenter
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/SettingsPaths.cpp')
| -rw-r--r-- | src/SettingsPaths.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/SettingsPaths.cpp b/src/SettingsPaths.cpp index 84fecb9..e5410da 100644 --- a/src/SettingsPaths.cpp +++ b/src/SettingsPaths.cpp @@ -63,10 +63,6 @@ void SettingsPaths::init() m_applicationBinaryPath.truncate(m_applicationBinaryPath.length() - 1); } -#ifdef UNIVERSALINDENTGUI_NPP_EXPORTS - m_applicationBinaryPath += "/plugins/uigui"; -#endif - // If the "config" directory is a subdir of the applications binary path, use this one // (portable mode) m_settingsPath = m_applicationBinaryPath + "/config"; |
