aacid added inline comments. INLINE COMMENTS
> global.h:159 > ERR_UNSUPPORTED_ACTION = KJob::UserDefinedError + 8, > - ERR_IS_DIRECTORY = KJob::UserDefinedError + 9, // ... where a file was > expected > - ERR_IS_FILE = KJob::UserDefinedError + 10, // ... where a directory was > expected (e.g. listing) > + ERR_IS_DIRECTORY = KJob::UserDefinedError + 9, ////< ... where a file > was expected > + ERR_IS_FILE = KJob::UserDefinedError + 10, ////< ... where a directory > was expected (e.g. listing) You have four / here in these two lines and three in the rest of lines below, so i guess one of them is wrong? afair only 3 needed? REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D4154 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: kfunk, #frameworks Cc: aacid, #frameworks