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

@@ -9,5 +9,5 @@ import org.kde.neochat 1.0
MobileForm.AboutPage {
title: i18nc("@title:window", "About NeoChat")
aboutData: Controller.aboutData
aboutData: About
}