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
PIM
Kontact
Commits
735f24a6
Commit
735f24a6
authored
Dec 15, 2021
by
Laurent Montel
😁
Browse files
Unused from long time
parent
49906c37
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/kcmkontact.cpp
View file @
735f24a6
...
...
@@ -106,18 +106,4 @@ void KcmKontact::save()
KCModule
::
save
();
}
const
KAboutData
*
KcmKontact
::
aboutData
()
const
{
auto
about
=
new
KAboutData
(
QStringLiteral
(
"kontactconfig"
),
i18nc
(
"@title"
,
"KDE Kontact"
),
QString
(),
QString
(),
KAboutLicense
::
GPL
,
i18nc
(
"@info:credit"
,
"(c), 2003 Cornelius Schumacher"
));
about
->
addAuthor
(
i18nc
(
"@info:credit"
,
"Cornelius Schumacher"
),
i18nc
(
"@info:credit"
,
"Developer"
),
QStringLiteral
(
"schumacher@kde.org"
));
about
->
addAuthor
(
i18nc
(
"@info:credit"
,
"Tobias Koenig"
),
i18nc
(
"@info:credit"
,
"Developer"
),
QStringLiteral
(
"tokoe@kde.org"
));
return
about
;
}
#include "kcmkontact.moc"
src/kcmkontact.h
View file @
735f24a6
...
...
@@ -24,8 +24,6 @@ public:
void
load
()
override
;
void
save
()
override
;
const
KAboutData
*
aboutData
()
const
override
;
private:
QVector
<
KPluginMetaData
>
mPluginList
;
QComboBox
*
const
mPluginCombo
;
...
...
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