diff options
author | Michele Calgaro <[email protected]> | 2023-03-17 22:16:24 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-04-01 10:58:24 +0900 |
commit | e7b18a1f57023a06ad12f5ff7d3cb2e80a254be5 (patch) | |
tree | d86a2f7b4012fdf7ebc7120317d0b3a9bd7ec135 /src/__TODO/TemplateBatchScript.cpp | |
parent | d879569fce39cb38991384a1851eeb42eca6e16f (diff) | |
download | universal-indent-gui-tqt-e7b18a1f57023a06ad12f5ff7d3cb2e80a254be5.tar.gz universal-indent-gui-tqt-e7b18a1f57023a06ad12f5ff7d3cb2e80a254be5.zip |
Added first part of UiGuiSettings class.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/__TODO/TemplateBatchScript.cpp')
-rw-r--r-- | src/__TODO/TemplateBatchScript.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__TODO/TemplateBatchScript.cpp b/src/__TODO/TemplateBatchScript.cpp index 0650cb4..cdbf42a 100644 --- a/src/__TODO/TemplateBatchScript.cpp +++ b/src/__TODO/TemplateBatchScript.cpp @@ -22,7 +22,7 @@ // Need to include TQObject here so that platform specific defines like Q_OS_WIN32 are set. #include <tntqobject.h> -/*! +/* \brief The only and static function of this class returns a batch or shell script as string that can be used to call an indenter with the current settings from the command line. |