https://bugs.kde.org/show_bug.cgi?id=376737

Elvis Angelaccio <elvis.angelac...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #6 from Elvis Angelaccio <elvis.angelac...@kde.org> ---
I think there are still some issues:

error: no member named 'trimmedRef' in 'QString'; did you mean 'trimmed'?
            if (!m_tempComment.trimmedRef().isEmpty()) {

where trimmedRef() was added by the fix-missing-qstringref fixit:

-            if (!m_comment.trimmed().isEmpty()) {
+            if (!m_comment.trimmedRef().isEmpty()) {

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to