diff options
Diffstat (limited to 'settings.cpp')
-rw-r--r-- | settings.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings.cpp b/settings.cpp index 45af33e3..fbcd845f 100644 --- a/settings.cpp +++ b/settings.cpp @@ -10,7 +10,7 @@ Settings::~Settings() void Settings::setValue(const QString& key, const QVariant& value)
{
-// qDebug() << "Setting" << key << "to" << value;
+// qCDebug() << "Setting" << key << "to" << value;
QSettings::setValue(key, value);
}
|