From 851c87c8653c3badda7cb0621e6c247cbbc41832 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 13 Mar 2015 23:42:06 +0100 Subject: move debug to right place --- opentrack/options.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'opentrack') diff --git a/opentrack/options.hpp b/opentrack/options.hpp index 16760df5..5eae754f 100644 --- a/opentrack/options.hpp +++ b/opentrack/options.hpp @@ -243,6 +243,8 @@ namespace options { if (implsgl_data.count(key) != 0) return std::get<1>(implsgl_data[key]); + + qDebug() << "bundle +" << QString::fromStdString(key); auto shr = std::make_shared(key); implsgl_data[key] = tt(cnt(1), shr); @@ -272,7 +274,6 @@ namespace options { opt_bundle() : impl_bundle("i-have-no-name") {} opt_bundle(const string& group_name) : impl_bundle(group_name) { - qDebug() << "bundle +" << QString::fromStdString(group_name); } ~opt_bundle() -- cgit v1.2.3