Fix 4efbe8a9
While I was trying to compile plasma-nm on Gentoo, it seems for me, that we forgot to #include <QFile>
, which was available in libs/handler.cpp.
Without this change, I getting this error:
/var/tmp/portage/kde-plasma/plasma-nm-9999/work/plasma-nm-9999/libs/editor/uiutils.cpp:691:5: error: ‘QFile’ was not declared in this scope; did you mean ‘GFile’?
691 | QFile cmdFile(QStringLiteral("/proc/cmdline"));
| ^~~~~
| GFile