Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
DrKonqi
Commits
d4aebce6
Commit
d4aebce6
authored
Jan 19, 2021
by
Harald Sitter
🏳️🌈
Browse files
capitalize consistently
parent
a58a1200
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/bugzillaintegration/reportinterface.cpp
View file @
d4aebce6
...
...
@@ -149,7 +149,7 @@ QString ReportInterface::generateReportFullText(DrKonqiStamp stamp, Backtrace in
report
.
append
(
QStringLiteral
(
"Frameworks Version: %1
\n
"
).
arg
(
sysInfo
->
frameworksVersion
()));
report
.
append
(
QStringLiteral
(
"Operating System: %1
\n
"
).
arg
(
sysInfo
->
operatingSystem
()));
report
.
append
(
QStringLiteral
(
"Windowing
s
ystem: %1
\n
"
).
arg
(
sysInfo
->
windowSystem
()));
report
.
append
(
QStringLiteral
(
"Windowing
S
ystem: %1
\n
"
).
arg
(
sysInfo
->
windowSystem
()));
//LSB output or manually selected distro
if
(
!
sysInfo
->
distributionPrettyName
().
isEmpty
()
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment