diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-23 02:11:53 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2014-09-23 02:11:53 +0200 |
commit | 43096962390dfa8005aa81def09aa274ac6c90cb (patch) | |
tree | 9ef908bc4ac74bdaa558a4680b46bf0404cd3974 /facetracknoir/options.h | |
parent | c678574f6fd84ede6744a1fcc4453cd67d8a60da (diff) |
qdebug harder
Diffstat (limited to 'facetracknoir/options.h')
-rw-r--r-- | facetracknoir/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/facetracknoir/options.h b/facetracknoir/options.h index 0e275c77..ce705033 100644 --- a/facetracknoir/options.h +++ b/facetracknoir/options.h @@ -134,7 +134,7 @@ namespace options { if (!transient.contains(name) || datum != transient.get<QVariant>(name)) { if (!modified) - qDebug() << "bundle" << group_name << "modified due to" << name << transient.get<QVariant>(name) << datum; + qDebug() << "bundle" << group_name << "modified due to" << name << transient.get<QVariant>(name) << datum << "->" << datum; modified = true; transient.put(name, datum); priv_cookie++; |