From c1243307dd08675f7aad3374ff97aa5c1ca8b514 Mon Sep 17 00:00:00 2001 From: un1versal Date: Sun, 15 May 2016 05:04:34 +0100 Subject: KvirIrcView_tool: cleanup unused code leave comment behind. --- src/kvirc/ui/KviIrcView_tools.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'src') diff --git a/src/kvirc/ui/KviIrcView_tools.cpp b/src/kvirc/ui/KviIrcView_tools.cpp index 93f700a4e..1e098f342 100644 --- a/src/kvirc/ui/KviIrcView_tools.cpp +++ b/src/kvirc/ui/KviIrcView_tools.cpp @@ -157,11 +157,7 @@ KviIrcViewToolWidget::KviIrcViewToolWidget(KviIrcView * pParent) m_pCaseSensitive = new QCheckBox(__tr2qs("&Case sensitive"), m_pOptionsWidget); pOptionsLayout->addWidget(m_pCaseSensitive, 9, 1); - // m_pFindResult = new QLabel(this); - // m_pFindResult->setFrameStyle(QFrame::Sunken | QFrame::StyledPanel); - // pOptionsLayout->addWidget(m_pFindResult,0,6); - - // Focussing the 'string to find' widget has been moved to the toggle function so that it happens whenever the widget is shown + // Focusing the 'string to find' widget has been moved to the toggle function so that it happens whenever the widget is shown KviShortcut::create(Qt::Key_Escape, m_pIrcView, SLOT(toggleToolWidget()), nullptr, Qt::WidgetWithChildrenShortcut); KviShortcut::create(KVI_SHORTCUTS_WIN_SEARCH, m_pIrcView, SLOT(toggleToolWidget()), nullptr, Qt::WidgetWithChildrenShortcut); -- cgit v1.3.1-10-gc9f91