qtui: Avoid bogus tr() context warning
authorManuel Nickschas <sputnick@quassel-irc.org>
Tue, 27 Feb 2018 22:28:31 +0000 (23:28 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 4 Apr 2018 21:14:05 +0000 (23:14 +0200)
lupdate in Qt versions prior to 5.6.1 has issues parsing brace-
initialization in constructors, and complains about "tr() cannot
be called without context". Work around this by explicitly giving
the class name as suggested in QTBUG-34128.

(cherry picked from commit 934fa4151f48fd12549fe0772cfbc995c6e63034)


No differences found