mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 04:33:38 -04:00
Normalize signal/slot
This commit is contained in:
@@ -143,8 +143,8 @@ Session::Session(QObject* parent) :
|
||||
SLOT(updateFlowControlState(bool)) );
|
||||
connect( _emulation, SIGNAL(primaryScreenInUse(bool)) , this,
|
||||
SLOT(onPrimaryScreenInUse(bool)) );
|
||||
connect( _emulation, SIGNAL(selectedText(const QString &)) , this,
|
||||
SLOT(onSelectedText(const QString &)) );
|
||||
connect( _emulation, SIGNAL(selectedText(QString)) , this,
|
||||
SLOT(onSelectedText(QString)) );
|
||||
|
||||
//create new teletype for I/O with shell process
|
||||
openTeletype(-1);
|
||||
|
||||
Reference in New Issue
Block a user