QFilesystemWatcher::addPath takes a QString as argument, so avoid
construction of tempary QString on each call.
This also avoids a name clash between the Solid::Backends::Fstab::FSTAB
logging category and the FSTAB macro.
apol |
Frameworks |
QFilesystemWatcher::addPath takes a QString as argument, so avoid
construction of tempary QString on each call.
This also avoids a name clash between the Solid::Backends::Fstab::FSTAB
logging category and the FSTAB macro.
no functional changes
No Linters Available |
No Unit Test Coverage |
Buildable 25152 | |
Build 25170: arc lint + arc unit |
in case it gets statically compiled? Then putting it into the class scope should be enough AFAIR.