From e07bde4423eee88d9f9a02b179480de3129d9c93 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 7 May 2017 08:08:38 +0200 Subject: options/group: nicely format debug timestamp --- options/group.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options/group.cpp b/options/group.cpp index 028e3e48..3f800ff0 100644 --- a/options/group.cpp +++ b/options/group.cpp @@ -141,7 +141,7 @@ group::saver_::~saver_() ini_modifiedp = false; static Timer t; const double tm = t.elapsed_seconds(); - qDebug() << QStringLiteral("%1.%2").arg(int(tm)).arg(int(std::fmod(tm, 1.)*10)) + qDebug() << QStringLiteral("%1.%2").arg(int(tm)).arg(int(std::fmod(tm, 1.)*10)).toLatin1().data() << "saving .ini file" << cur_ini_pathname; s.sync(); } -- cgit v1.2.3