[Kst] branches/work/kst/portto4/kst/src/libkst
Barth Netterfield
netterfield at astro.utoronto.ca
Mon Nov 5 15:39:31 UTC 2012
SVN commit 1324113 by netterfield:
Remove error triggered in the debian build system (which is rather
strict) as per Steve Benton.
M +1 -1 measuretime.cpp
--- branches/work/kst/portto4/kst/src/libkst/measuretime.cpp #1324112:1324113
@@ -98,7 +98,7 @@
void MeasureTime::print()
{
measure();
- qWarning(qPrintable(QString("MeasureTime in %1: %2 sec").arg(name ).arg(interval)));
+ qWarning("MeasureTime in %s: %g sec", qPrintable(name), interval);
Kst::Debug::self()->log(QString("Timing: %2 sec, Scope: %1").arg(name).arg(interval), Kst::Debug::DebugLog);
}
More information about the Kst
mailing list