effects/overview: Use standard naming for the main QML source

Makes it easier to navigate project, especially when filtering through
all files by partial name.
This commit is contained in:
ivan tkachenko 2023-04-27 15:53:53 +05:00
parent 38ad317f27
commit d80120fe7e
No known key found for this signature in database
GPG key ID: AF72731B7C654CB3
2 changed files with 1 additions and 1 deletions

View file

@ -73,7 +73,7 @@ OverviewEffect::OverviewEffect()
initConfig<OverviewConfig>();
reconfigure(ReconfigureAll);
setSource(QUrl::fromLocalFile(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral("kwin/effects/overview/qml/ScreenView.qml"))));
setSource(QUrl::fromLocalFile(QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral("kwin/effects/overview/qml/main.qml"))));
}
OverviewEffect::~OverviewEffect()