diff options
Diffstat (limited to 'src/core/kconfiggroup.cpp')
| -rw-r--r-- | src/core/kconfiggroup.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/core/kconfiggroup.cpp b/src/core/kconfiggroup.cpp index c720cc66..14d27f94 100644 --- a/src/core/kconfiggroup.cpp +++ b/src/core/kconfiggroup.cpp @@ -219,7 +219,7 @@ static QString formatError(int expected, int got)  QVariant KConfigGroup::convertToQVariant(const char *pKey, const QByteArray &value, const QVariant &aDefault)  {      // if a type handler is added here you must add a QVConversions definition -    // to conversion_check.h, or ConversionCheck::to_QVariant will not allow +    // to conversioncheck.h, or ConversionCheck::to_QVariant will not allow      // readEntry<T> to convert to QVariant.      switch (aDefault.type()) {      case QVariant::Invalid: @@ -938,7 +938,7 @@ void KConfigGroup::writeEntry(const char *key, const QVariant &value,      QByteArray data;      // if a type handler is added here you must add a QVConversions definition -    // to conversion_check.h, or ConversionCheck::to_QVariant will not allow +    // to conversioncheck.h, or ConversionCheck::to_QVariant will not allow      // writeEntry<T> to convert to QVariant.      switch (value.type()) {      case QVariant::Invalid: | 
