mirror of
https://github.com/KDE/konsole.git
synced 2026-02-02 11:21:34 -05:00
Remove dead and unused code, out of date comments, unused methods and un-needed includes.
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=666484
This commit is contained in:
@@ -20,6 +20,9 @@
|
||||
// Own
|
||||
#include "SessionController.h"
|
||||
|
||||
// Qt
|
||||
#include <QMenu>
|
||||
|
||||
// KDE
|
||||
#include <KAction>
|
||||
#include <KIcon>
|
||||
@@ -461,6 +464,9 @@ void SessionController::setupActions()
|
||||
action->setText( i18n("Edit Current Profile...") );
|
||||
connect( action , SIGNAL(triggered()) , this , SLOT(editCurrentProfile()) );
|
||||
|
||||
action = collection->addAction("change-profile");
|
||||
action->setText( i18n("Change Profile") );
|
||||
|
||||
// debugging tools
|
||||
//action = collection->addAction("debug-process");
|
||||
//action->setText( "Get Foreground Process" );
|
||||
|
||||
Reference in New Issue
Block a user