anthonyfieroni added inline comments.

INLINE COMMENTS

> fstabhandling.cpp:231
> +    // it will match its eventual mounted device regardless whether or not 
> it ends with a slash
> +    for (QString device : fstabDevices) {
> +        QString deviceName = device;

get it by const ref.

> fstabhandling.cpp:236
> +        } else {
> +            deviceName = device + '/';
> +        }

deviceName.append('/');

REPOSITORY
  R245 Solid

REVISION DETAIL
  https://phabricator.kde.org/D21204

To: meven, bruns, #frameworks
Cc: anthonyfieroni, ngraham, bruns, apol, kde-frameworks-devel, LeGast00n, 
michaelh

Reply via email to