1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-09-15 06:52:34 +02:00

Fix Test.qml casing

This commit is contained in:
Elias Steurer 2020-11-13 10:56:13 +00:00
parent 0153bee4a3
commit 793b442051
3 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<RCC>
<qresource prefix="/">
<file>Wallpaper.qml</file>
<file>test.qml</file>
<file>Test.qml</file>
<file>dot.png</file>
<file>qtquickcontrols2.conf</file>
<file>WebView.qml</file>

View File

@ -20,7 +20,7 @@ BaseWindow::BaseWindow(QString projectFilePath, const QVector<int> activeScreens
if (projectFilePath == "test") {
setType(BaseWindow::WallpaperType::Qml);
setFullContentPath("qrc:/test.qml");
setFullContentPath("qrc:/Test.qml");
return;
}