https://bugs.kde.org/show_bug.cgi?id=361942
Thomas Lübking <thomas.luebk...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX |--- Ever confirmed|0 |1 --- Comment #2 from Thomas Lübking <thomas.luebk...@gmail.com> --- try "QObject::tr(.)" ::tr() is a static public member of QObject and tries to resolve "this" when being invoked w/o context. The compiler could/can autoresolve this ;-) and there may be even some ignored "using", but the correct call here is QObject::tr() -- You are receiving this mail because: You are watching all bug changes.