Skip to content

Commit

Permalink
Fix QML header names
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuprynowicz committed Jun 8, 2024
1 parent 65e9f88 commit 087276b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interface/src/scripting/PerformanceScriptingInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

#include "PerformanceScriptingInterface.h"

#include <QtQML>
#include <QtQml>

#include <ScriptEngineCast.h>

Expand Down
2 changes: 1 addition & 1 deletion interface/src/scripting/RenderScriptingInterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "RenderScriptingInterface.h"

#include <QScreen>
#include <QtQML>
#include <QtQml>

#include <RenderCommonTask.h>
#include <ScriptEngineCast.h>
Expand Down

0 comments on commit 087276b

Please sign in to comment.