D28780: [FstabWatcher] Fix loosing of fstab watcher
Aleix Pol Gonzalez
noreply at phabricator.kde.org
Sun Apr 12 21:47:29 BST 2020
apol added inline comments.
INLINE COMMENTS
> fstabwatcher.cpp:110
> emit fstabChanged();
> if (!m_fileSystemWatcher->files().contains(s_fstabFile)) {
> + m_isFstabWatched = m_fileSystemWatcher->addPath(s_fstabFile);
Use m_isFstabWatched? Or maybe m_isFstabWatched isn't necessary altogether and we can check in other places too.
REPOSITORY
R245 Solid
REVISION DETAIL
https://phabricator.kde.org/D28780
To: bruns, #frameworks
Cc: apol, kde-frameworks-devel, LeGast00n, cblack, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200412/9d205d57/attachment.html>
More information about the Kde-frameworks-devel
mailing list