mirror of
https://github.com/KDE/kasts.git
synced 2024-12-25 08:00:48 +01:00
Remove dead code
This commit is contained in:
parent
5e090262c3
commit
07f47d5327
@ -73,15 +73,8 @@ int main(int argc, char *argv[])
|
|||||||
parser.setApplicationDescription(i18n("RSS Feed Reader"));
|
parser.setApplicationDescription(i18n("RSS Feed Reader"));
|
||||||
parser.addHelpOption();
|
parser.addHelpOption();
|
||||||
parser.addVersionOption();
|
parser.addVersionOption();
|
||||||
parser.addPositionalArgument(QLatin1String("url"), i18n("Url to add to the subscriptions"));
|
|
||||||
parser.process(app);
|
parser.process(app);
|
||||||
|
|
||||||
if (parser.positionalArguments().size() == 1) {
|
|
||||||
QString url = parser.positionalArguments().at(0);
|
|
||||||
qDebug() << url;
|
|
||||||
// TODO
|
|
||||||
}
|
|
||||||
|
|
||||||
KAboutData about(QStringLiteral("alligator"), i18n("Alligator"), QStringLiteral("0.1"), i18n("Feed Reader"), KAboutLicense::GPL, i18n("© 2020 KDE Community"));
|
KAboutData about(QStringLiteral("alligator"), i18n("Alligator"), QStringLiteral("0.1"), i18n("Feed Reader"), KAboutLicense::GPL, i18n("© 2020 KDE Community"));
|
||||||
about.addAuthor(i18n("Tobias Fella"), QString(), QStringLiteral("fella@posteo.de"));
|
about.addAuthor(i18n("Tobias Fella"), QString(), QStringLiteral("fella@posteo.de"));
|
||||||
KAboutData::setApplicationData(about);
|
KAboutData::setApplicationData(about);
|
||||||
|
Loading…
Reference in New Issue
Block a user