Skip to content
Commit f75f8823 authored by Friedrich W. H. Kossebau's avatar Friedrich W. H. Kossebau
Browse files

Prepare & adapt includes to no <QtDBus> include being used in deps

QStringBuilder is being explicitly included to match the old state where
<QtDBus> also pulls in <QtCore> which again pulls in <QStringBuilder>
without condition, other than <QString> which only does when
either QT_USE_FAST_OPERATOR_PLUS or QT_USE_QSTRINGBUILDER is set, which
is not the case currently for plasma-nm.
The use of operator% for string concatenation in the respective files
though needs <QStringBuilder> being included, so it has to be done
explicitly now.

GIT_SILENT
parent c1f307e6
Pipeline #415635 passed with stage
in 2 minutes and 38 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment