Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Plasma
Plymouth KCM
Commits
3b9a8712
Commit
3b9a8712
authored
Oct 22, 2020
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Now it depends against new version. Old code can be removed
parent
b74a20f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/kcm.cpp
src/kcm.cpp
+0
-5
No files found.
src/kcm.cpp
View file @
3b9a8712
...
...
@@ -52,13 +52,8 @@ K_PLUGIN_FACTORY_WITH_JSON(KCMPlymouthFactory, "kcm_plymouth.json", registerPlug
KCMPlymouth
::
KCMPlymouth
(
QObject
*
parent
,
const
QVariantList
&
args
)
:
KQuickAddons
::
ConfigModule
(
parent
,
args
)
{
#if (QT_VERSION < QT_VERSION_CHECK(5,14,0))
qmlRegisterType
<
QStandardItemModel
>
();
qmlRegisterType
<
KCMPlymouth
>
();
#else
qmlRegisterAnonymousType
<
QStandardItemModel
>
(
"KCMPlymouth"
,
1
);
qmlRegisterAnonymousType
<
KCMPlymouth
>
(
"KCMPlymouth"
,
1
);
#endif
KAboutData
*
about
=
new
KAboutData
(
QStringLiteral
(
"kcm_plymouth"
),
i18n
(
"Boot Splash Screen"
),
QStringLiteral
(
PROJECT_VERSION
),
QString
(),
KAboutLicense
::
LGPL
);
about
->
addAuthor
(
i18n
(
"Marco Martin"
),
QString
(),
QStringLiteral
(
"mart@kde.org"
));
...
...
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