diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-24 15:50:43 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-04-24 15:50:43 +0900 |
commit | b3c19a6270926cc1e57aa1f33cb07af29eb3e896 (patch) | |
tree | 5bb9d88698aa83b31645732f4aa08b92701a9037 /src/main.cpp | |
parent | 425e16ad894fd23d7c5b061acffba6cd04a1b1db (diff) | |
download | universal-indent-gui-tqt-b3c19a6270926cc1e57aa1f33cb07af29eb3e896.tar.gz universal-indent-gui-tqt-b3c19a6270926cc1e57aa1f33cb07af29eb3e896.zip |
Added logic to open a file using the "Open source file" menu entry,
the toolbar button or by passing it as argument from CLI.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-x | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 97f66b4..e9e85b1 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,7 +24,6 @@ #include "SettingsPaths.h" // -- #include "UiGuiIndentServer.h" // -- #include "UiGuiIniFileParser.h" -#include "UiGuiSettings.h" // -- #include "UiGuiSystemInfo.h" #include "UiGuiVersion.h" @@ -177,7 +176,6 @@ int main(int argc, char *argv[]) // -- delete indentHandler; delete mainWindow; - UiGuiSettings::deleteInstance(); // -- TSLogger::deleteInstance(); return returnValue; |