mirror of
https://github.com/KDE/kasts.git
synced 2024-12-23 07:00:20 +01:00
Explicitly set logo for about page to logo.sv resource file
This commit is contained in:
parent
0b8c1856c9
commit
6d57a0586b
@ -7,13 +7,14 @@
|
||||
|
||||
#include <QCommandLineOption>
|
||||
#include <QCommandLineParser>
|
||||
#include <QIcon>
|
||||
#include <QQmlApplicationEngine>
|
||||
#include <QQmlContext>
|
||||
|
||||
#include <QQuickStyle>
|
||||
#include <QQuickView>
|
||||
#include <QString>
|
||||
#include <QStringList>
|
||||
#include <QVariant>
|
||||
|
||||
#ifdef Q_OS_ANDROID
|
||||
#include <QGuiApplication>
|
||||
@ -91,6 +92,7 @@ int main(int argc, char *argv[])
|
||||
i18n("© 2020-2021 KDE Community"));
|
||||
about.addAuthor(i18n("Tobias Fella"), QString(), QStringLiteral("fella@posteo.de"));
|
||||
about.addAuthor(i18n("Bart De Vries"), QString(), QStringLiteral("bart@mogwai.be"));
|
||||
about.setProgramLogo(QVariant(QIcon(QStringLiteral(":/logo.svg"))));
|
||||
KAboutData::setApplicationData(about);
|
||||
|
||||
about.setupCommandLine(&parser);
|
||||
|
Loading…
Reference in New Issue
Block a user