Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
System Settings
Commits
69b56bfb
Commit
69b56bfb
authored
May 05, 2021
by
Nate Graham
Browse files
Port away from deprecated programIconName() method
parent
bf90c71f
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/SettingsBase.cpp
View file @
69b56bfb
...
...
@@ -211,7 +211,7 @@ void SettingsBase::initConfig()
// Add our page
QWidget
*
configPage
=
new
QWidget
(
configDialog
);
configWidget
.
setupUi
(
configPage
);
QString
iconName
=
KAboutData
::
applicationData
().
programIconN
ame
();
QString
iconName
=
QApplication
::
windowIcon
().
n
ame
();
configDialog
->
addPage
(
configPage
,
i18nc
(
"General config for System Settings"
,
"General"
),
iconName
);
QVBoxLayout
*
configLayout
=
new
QVBoxLayout
;
// Get the list of modules
...
...
Write
Preview
Supports
Markdown
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