[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdevplatform/plugins/standardoutputview
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2008-08-22 12:08:03
Message-ID: 1219406883.374754.28605.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 850847 by apaku:

no need to connect the actions, we're directly using their state via isChecked()

 M  +0 -2      outputwidget.cpp  


--- trunk/KDE/kdevplatform/plugins/standardoutputview/outputwidget.cpp #850846:850847
@@ -77,10 +77,8 @@
     }
 
     activateOnSelect = new KToggleAction( KIcon(), i18n("Select activated Item"), this );
-    connect( activateOnSelect, SIGNAL(triggered()), this, SLOT(enableActivateOnSelect()));
     addAction(activateOnSelect);
     focusOnSelect = new KToggleAction( KIcon(), i18n("Focus when selecting Item"), this );
-    connect( focusOnSelect, SIGNAL(triggered()), this, SLOT(enableFocusOnSelect()));
     addAction(focusOnSelect);
 
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic