From 5fa736197b0b111d7d1eb3d7622499375f3f17f9 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 5 May 2023 20:20:32 +0900 Subject: Added logic to save file and handling encoding Signed-off-by: Michele Calgaro --- src/__TODO/IndentHandler.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/__TODO/IndentHandler.cpp') diff --git a/src/__TODO/IndentHandler.cpp b/src/__TODO/IndentHandler.cpp index 7175221..83c79ed 100644 --- a/src/__TODO/IndentHandler.cpp +++ b/src/__TODO/IndentHandler.cpp @@ -1824,8 +1824,6 @@ void IndentHandler::saveasIndentCfgFileDialog() { TQString fileExtensions = tr("All files") + " (*.*)"; - //TQString openedSourceFileContent = openFileDialog( tr("Choose source code file"), "./", - // fileExtensions ); TQString fileName = TQFileDialog::getSaveFileName(this, tr( "Save indent config file"), getIndenterCfgFile(), fileExtensions); -- cgit v1.2.1