aboutsummaryrefslogtreecommitdiff
path: root/settings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'settings.cpp')
-rw-r--r--settings.cpp2
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);
}