Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
KSysGuard
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Plasma
KSysGuard
Commits
c6e3179f
Commit
c6e3179f
authored
Oct 11, 2017
by
Friedrich W. H. Kossebau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Group app metadata setting code
parent
8fe0e42a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gui/ksysguard.cpp
gui/ksysguard.cpp
+2
-2
No files found.
gui/ksysguard.cpp
View file @
c6e3179f
...
...
@@ -550,9 +550,10 @@ extern "C" Q_DECL_EXPORT int kdemain( int argc, char** argv )
"Parts derived (by permission) from the sunos5
\n
"
"module of William LeFebvre's
\"
top
\"
utility."
),
QStringLiteral
(
"tk@Genetik.Uni-Bielefeld.DE"
)
);
KAboutData
::
setApplicationData
(
aboutData
);
app
.
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"utilities-system-monitor"
)));
QCommandLineParser
parser
;
KAboutData
::
setApplicationData
(
aboutData
);
parser
.
addVersionOption
();
parser
.
addHelpOption
();
parser
.
addPositionalArgument
(
QStringLiteral
(
"[worksheet]"
),
i18n
(
"Optional worksheet files to load"
));
...
...
@@ -561,7 +562,6 @@ extern "C" Q_DECL_EXPORT int kdemain( int argc, char** argv )
parser
.
process
(
app
);
aboutData
.
processCommandLine
(
&
parser
);
app
.
setWindowIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"utilities-system-monitor"
)));
KSGRD
::
SensorMgr
=
new
KSGRD
::
SensorManager
();
KSGRD
::
Style
=
new
KSGRD
::
StyleEngine
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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