Make the style engine fix a little less obscure by copying the string explicitely...
[quassel.git] / src / core / coreusersettings.cpp
index 2170b8f..e9d4e20 100644 (file)
@@ -74,7 +74,7 @@ void CoreUserSettings::removeNetworkInfo(NetworkId id) {
   removeLocalKey(QString("Networks/%1").arg(id.toInt()));
 }
 
-
+// FIXME remove as soon as the network data migration is gone
 void CoreUserSettings::setSessionState(const QVariant &data) {
   setLocalValue("SessionState", data);
 }