diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-05 23:29:35 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-06-05 23:29:35 +0900 |
commit | febcebba0742e2c2029259a8cca2076ce792a428 (patch) | |
tree | b2f6f6975d055f9467d475306c98521e0644b75c /src/MainWindow.cpp | |
parent | 44f39b628c487af77c0a503d622d57b99748e1e1 (diff) | |
download | universal-indent-gui-tqt-febcebba0742e2c2029259a8cca2076ce792a428.tar.gz universal-indent-gui-tqt-febcebba0742e2c2029259a8cca2076ce792a428.zip |
Added logic to read indenter ini files and populate GUI toolbox
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/MainWindow.cpp')
-rw-r--r-- | src/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 5c50627..34cc09f 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -682,7 +682,7 @@ void MainWindow::updateSourceView() */ void MainWindow::callIndenter() { - TQApplication::setOverrideCursor(TQCursor(TQt::WaitCursor)); + TQApplication::setOverrideCursor(TQt::WaitCursor); ///-- m_sourceFormattedContent = m_indentHandler->callIndenter(m_sourceFileContent, ///-- m_currentSourceFileExtension); updateSourceView(); |