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:
parent
38ad317f27
commit
d80120fe7e
2 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ OverviewEffect::OverviewEffect()
|
||||||
initConfig<OverviewConfig>();
|
initConfig<OverviewConfig>();
|
||||||
reconfigure(ReconfigureAll);
|
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()
|
OverviewEffect::~OverviewEffect()
|
||||||
|
|
Loading…
Reference in a new issue