dhaumann added inline comments. INLINE COMMENTS
> katemodemenulist.cpp:175 > + // which will remain hidden and will only be shown when necessary. > + createSectionList(QStringLiteral(""), false); > + m_list->setRowHidden(0, true); QStringLiteral("") us discouraged and should simply be QString(). REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D23935 To: nibags, #ktexteditor, cullmann, dhaumann Cc: kwrite-devel, kde-frameworks-devel, LeGast00n, GB_2, domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann