mirror of
https://github.com/KDE/konsole.git
synced 2026-05-18 19:47:16 -04:00
comment out kDebugs - change some to kWarnings
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1148447
This commit is contained in:
@@ -772,7 +772,7 @@ void EditProfileDialog::colorSchemeSelected()
|
||||
QAbstractItemModel* model = _ui->colorSchemeList->model();
|
||||
const ColorScheme* colors = model->data(selected.first(),Qt::UserRole+1).value<const ColorScheme*>();
|
||||
|
||||
kDebug() << "Setting temp profile color to" << colors->name();
|
||||
//kDebug() << "Setting temp profile color to" << colors->name();
|
||||
|
||||
previewColorScheme(selected.first());
|
||||
_tempProfile->setProperty(Profile::ColorScheme,colors->name());
|
||||
|
||||
Reference in New Issue
Block a user