From 281a7702cf2b83f13eab74d38758893584e7ecb6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 6 Sep 2024 10:16:09 +0900 Subject: Remove logger code Signed-off-by: Michele Calgaro --- src/MainWindow.cpp | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/MainWindow.cpp') diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index b5aed4c..14c10dd 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -20,8 +20,6 @@ #include "config.h" #include "MainWindow.h" -///-- #include "debugging/TSLogger.h" - #include "stdlib.h" #include "AboutDialog.h" @@ -57,8 +55,6 @@ #include ///-- #include -///-- using namespace tschweitzer; - /* \brief Main window of UniversalIndentGUI-tqt @@ -174,7 +170,6 @@ void MainWindow::initMainWindow() actionIndenterParameterTooltipsEnabled->setIconSet(TQPixmap(ICONS_PATH + "tooltip.png")); actionShowSettings->setIconSet(TQPixmap(ICONS_PATH + "preferences-system.png")); // - Help menu - actionShowLog->setIconSet(TQPixmap(ICONS_PATH + "document-properties.png")); actionAboutUniversalIndentGUITQt->setIconSet(TQPixmap(ICONS_PATH + "info.png")); // Menu ids m_actionClearRecentlyOpenedListId = popupMenuRecentlyOpenedFiles->idAt( @@ -245,9 +240,6 @@ void MainWindow::initMainWindow() connect(m_settings, TQ_SIGNAL(indenterParameterTooltipsEnabled(bool)), this, TQ_SLOT(setIndenterParameterTooltips(bool))); -///-- connect(actionShowLog, TQ_SIGNAL(activated()), -///-- debugging::TSLogger::getInstance(), TQ_SLOT(show())); - // Init the menu for selecting one of the recently opened files. initRecentlyOpenedList(); updateRecentlyOpenedList(); -- cgit v1.2.3