mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-08 03:52:42 +01:00
Fix ci compile error
This commit is contained in:
parent
0b31d2b31a
commit
88fe5b6f0f
@ -13,10 +13,13 @@ int main(int argc, char* argv[])
|
|||||||
|
|
||||||
QStringList argumentList = app.arguments();
|
QStringList argumentList = app.arguments();
|
||||||
|
|
||||||
|
|
||||||
// If we start with only one argument (path, appID, type),
|
// If we start with only one argument (path, appID, type),
|
||||||
// it means we want to test a single widget
|
// it means we want to test a single widget
|
||||||
if (argumentList.length() == 1) {
|
if (argumentList.length() == 1) {
|
||||||
WidgetWindow spwmw("test", { 0, 0 }, "appid", "qmlWidget");
|
// WidgetWindow spwmw("test", { 0, 0 }, "appid", "qmlWidget");
|
||||||
|
//WidgetWindow spwmw("C:\\Program Files (x86)\\Steam\\steamapps\\workshop\\content\\672870\\2136442401", "appid", "qmlWidget", { 0, 0 });
|
||||||
|
WidgetWindow spwmw("C:/Program Files (x86)/Steam/steamapps/workshop/content/672870/2136442401", "appid", "qmlWidget", { 0, 0 });
|
||||||
return app.exec();
|
return app.exec();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user