readd this debug line, commented out, could be useful flibqtfrontend
authorkoda
Tue, 04 Dec 2012 03:27:12 +0100
branchflibqtfrontend
changeset 8216 4a7535d17d57
parent 8214 8edc37cdcfbf
child 8218 a61eacecf091
readd this debug line, commented out, could be useful
QTfrontend/gameuiconfig.cpp
--- a/QTfrontend/gameuiconfig.cpp	Tue Dec 04 03:25:31 2012 +0100
+++ b/QTfrontend/gameuiconfig.cpp	Tue Dec 04 03:27:12 2012 +0100
@@ -310,6 +310,7 @@
 
 void GameUIConfig::setValue(const QString &key, const QVariant &value)
 {
+    //qDebug() << "[settings]" << key << value;
     QSettings::setValue(key, value);
 }