comment out kDebugs - change some to kWarnings

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=1148447
This commit is contained in:
Kurt Hindenburg
2010-07-10 17:22:28 +00:00
parent 7d2e41ce7c
commit 6b2440e2c2
8 changed files with 12 additions and 12 deletions

View File

@@ -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());