Should be faster than using a full string. Found by krazy.
---
src/scopes/audioscopes/audiospectrum.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/scopes/audioscopes/audiospectrum.cpp
b/src/scopes/audioscopes/audiospectrum.cpp
index 10ac5f3..dfdfc5c 100644
--- a/src/scopes/audioscopes/audiospectrum.cpp
+++ b/src/scopes/audioscopes/audiospectrum.cpp
@@ -458,7 +458,7 @@ QImage AudioSpectrum::renderHUD(uint)
davinci.drawRect(rect);
davinci.drawText(textRect, QString(
i18n("%1 dB", QString("%1").arg(db, 0,
'f', 2))
- + "\n"
+ + '\n'
+ i18n("%1 kHz",
QString("%1").arg(freq/1000, 0, 'f', 2))));
}
--
1.7.10.4
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Kdenlive-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/kdenlive-devel