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
Plasma Desktop
Commits
7f3ea068
Commit
7f3ea068
authored
Nov 29, 2020
by
Yunhe Guo
Browse files
Packagekit -> PackageKit
parent
ded561f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
kcms/runners/plugininstaller/main.cpp
View file @
7f3ea068
...
...
@@ -75,7 +75,7 @@ int main(int argc, char *argv[])
#ifdef HAVE_PACKAGEKIT
job
.
reset
(
new
PackageKitJob
());
#else
fail
(
i18nc
(
"@info"
,
"No Package
k
it support"
));
fail
(
i18nc
(
"@info"
,
"No Package
K
it support"
));
#endif
}
else
{
job
.
reset
(
new
ScriptJob
());
...
...
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