[keyboard] Make debug output more readable

This commit is contained in:
Adriaan de Groot 2021-10-26 15:19:02 +02:00
parent 97ebaad81e
commit d10a952065

View File

@ -67,7 +67,7 @@ KeyboardPage::KeyboardPage( Config* config, QWidget* parent )
auto* model = config->keyboardVariants();
ui->variantSelector->setModel( model );
ui->variantSelector->setCurrentIndex( model->index( model->currentIndex() ) );
cDebug() << "Variants now" << model->rowCount() << model->currentIndex();
cDebug() << "Variants now total=" << model->rowCount() << "selected=" << model->currentIndex();
}
connect(