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
System
KPMCore
Commits
5174dce6
Commit
5174dce6
authored
Jan 16, 2022
by
Andrius Štikonas
Browse files
Remove unused forward declaration.
parent
67550ca2
Pipeline
#124255
passed with stage
in 2 minutes and 39 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/core/lvmdevice.h
View file @
5174dce6
...
...
@@ -24,7 +24,6 @@
class
PartitionTable
;
class
Report
;
class
Partition
;
class
SmartStatus
;
/** Representation of LVM Volume Group(VG).
...
...
src/util/helpers.cpp
View file @
5174dce6
...
...
@@ -48,7 +48,7 @@ KAboutData aboutKPMcore()
KAboutData
aboutData
(
QStringLiteral
(
"kpmcore"
),
xi18nc
(
"@title"
,
"<application>KPMcore</application>"
),
QStringLiteral
(
VERSION
),
xi18nc
(
"@title"
,
"Library for managing partitions"
),
KAboutLicense
::
GPL_V3
,
xi18nc
(
"@info:credit"
,
"© 2008-202
0
KPMcore developers"
)
);
KAboutLicense
::
GPL_V3
,
xi18nc
(
"@info:credit"
,
"© 2008-202
2
KPMcore developers"
)
);
aboutData
.
setOrganizationDomain
(
QByteArray
(
"kde.org"
));
aboutData
.
setProductName
(
QByteArray
(
"kpmcore"
));
aboutData
.
setHomepage
(
QStringLiteral
(
"https://commits.kde.org/kpmcore"
));
...
...
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