Modernize AboutData registration

This commit is contained in:
Tobias Fella
2022-11-26 00:59:17 +01:00
parent 933bf1877f
commit 03f4234483
4 changed files with 4 additions and 21 deletions

View File

@@ -541,17 +541,6 @@ void Controller::markAllMessagesAsRead(Connection *conn)
}
}
void Controller::setAboutData(const KAboutData &aboutData)
{
m_aboutData = aboutData;
Q_EMIT aboutDataChanged();
}
KAboutData Controller::aboutData() const
{
return m_aboutData;
}
bool Controller::supportSystemTray() const
{
#ifdef Q_OS_ANDROID