D15328: kfilewidget: convert connect syntax
Anthony Fieroni
noreply at phabricator.kde.org
Fri Sep 7 12:35:38 BST 2018
anthonyfieroni added inline comments.
INLINE COMMENTS
> jtamate wrote in kfilewidget.cpp:1225
> I'm sorry but I don't understand your comment.
> m_connEditTextChanged is created in the constructor, line 585.
> Afterwards it is disconnected and reconnected in:
> setDummyHistoryEntry, removeDummyHistoryEntry and readRecentFiles.
QObject::disconnect(m_connEditTextChanged);
m_connEditTextChanged = QMetaObject::Connection();
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D15328
To: jtamate, dfaure, #frameworks
Cc: anthonyfieroni, broulik, kde-frameworks-devel, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180907/a1361a84/attachment.html>
More information about the Kde-frameworks-devel
mailing list