Re: [PATCH v2] Translate using tr() to be Qt5-compatible

2014-03-17 Thread Anton Lundin
On 17 March, 2014 - Anton Lundin wrote: > There are no utf8 in those strings, and we can translate them as > everything else with tr() instead. > QApplication::UnicodeUTF8-part is deprecated and removed in Qt5. > > Signed-off-by: Anton Lundin > --- > qt-ui/maintab.cpp | 8 > 1 file cha

[PATCH v2] Translate using tr() to be Qt5-compatible

2014-03-17 Thread Anton Lundin
There are no utf8 in those strings, and we can translate them as everything else with tr() instead. QApplication::UnicodeUTF8-part is deprecated and removed in Qt5. Signed-off-by: Anton Lundin --- qt-ui/maintab.cpp | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qt-ui