mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix Test.qml casing
This commit is contained in:
parent
0153bee4a3
commit
793b442051
@ -1,7 +1,7 @@
|
|||||||
<RCC>
|
<RCC>
|
||||||
<qresource prefix="/">
|
<qresource prefix="/">
|
||||||
<file>Wallpaper.qml</file>
|
<file>Wallpaper.qml</file>
|
||||||
<file>test.qml</file>
|
<file>Test.qml</file>
|
||||||
<file>dot.png</file>
|
<file>dot.png</file>
|
||||||
<file>qtquickcontrols2.conf</file>
|
<file>qtquickcontrols2.conf</file>
|
||||||
<file>WebView.qml</file>
|
<file>WebView.qml</file>
|
||||||
|
@ -20,7 +20,7 @@ BaseWindow::BaseWindow(QString projectFilePath, const QVector<int> activeScreens
|
|||||||
|
|
||||||
if (projectFilePath == "test") {
|
if (projectFilePath == "test") {
|
||||||
setType(BaseWindow::WallpaperType::Qml);
|
setType(BaseWindow::WallpaperType::Qml);
|
||||||
setFullContentPath("qrc:/test.qml");
|
setFullContentPath("qrc:/Test.qml");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user