[supportInformation] Add missing line break
This commit is contained in:
parent
c7cd886bd6
commit
fbb62aed40
1 changed files with 1 additions and 0 deletions
|
@ -1351,6 +1351,7 @@ QString Workspace::supportInformation() const
|
|||
support.append(QStringLiteral("Wayland and X11"));
|
||||
break;
|
||||
}
|
||||
support.append(QStringLiteral("\n\n"));
|
||||
support.append(QStringLiteral("Options\n"));
|
||||
support.append(QStringLiteral("=======\n"));
|
||||
const QMetaObject *metaOptions = options->metaObject();
|
||||
|
|
Loading…
Reference in a new issue