mirror of
https://github.com/KDE/konsole.git
synced 2026-05-04 04:33:38 -04:00
* Comment out many debugging messages
* Experimental optimization, disable kerning since this is not required with the mono-spaced fonts which are used in the terminal. svn path=/trunk/KDE/kdebase/apps/konsole/; revision=682702
This commit is contained in:
@@ -204,7 +204,7 @@ void KeyBindingEditor::setupKeyBindingTable(const KeyboardTranslator* translator
|
||||
|
||||
QList<KeyboardTranslator::Entry> entries = translator->entries();
|
||||
_ui->keyBindingTable->setRowCount(entries.count());
|
||||
qDebug() << "Keyboard translator has" << entries.count() << "entries.";
|
||||
//qDebug() << "Keyboard translator has" << entries.count() << "entries.";
|
||||
|
||||
for ( int row = 0 ; row < entries.count() ; row++ )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user