Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37889581
en ru br
ALT Linux repos
S:8.0-alt2
D:4.0-alt1.beta2
5.0: 3.1-alt4
4.1: 3.1-alt2
4.0: 3.0-alt1
3.0: 1.0-alt1
+backports:2.0-alt1.M30.1

Group :: Office
RPM: kchmviewer

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: kchmviewer-8.0-remove-whats-this-function.patch
Download


diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 8344ebc..cd4b5f0 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -1163,11 +1163,6 @@ void MainWindow::setupActions()
 	// Navigation panel visibility
 	connect( m_navPanel, SIGNAL(visibilityChanged(bool)), this, SLOT( navigatorVisibilityChanged(bool) ) );
 
-	// "What's this" action
-	QAction * whatsthis = QWhatsThis::createAction( this );
-	menuHelp->addAction( whatsthis );
-	viewToolbar->addAction( whatsthis );
-		
 	// Tab switching actions
 	(void) new QShortcut( QKeySequence( i18n("Ctrl+1") ),
 	                      this,
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin