Skip to content

Commit a9d5c7b

Browse files
author
Fayvel Victor
committed
Fix path to ui element modules for python without local search path
1 parent 7cb8a82 commit a9d5c7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/m64py/ui/input.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1459,7 +1459,7 @@ QGroupBox::title {
14591459
<customwidget>
14601460
<class>InputButton</class>
14611461
<extends>QPushButton</extends>
1462-
<header>inputbutton.h</header>
1462+
<header location="global">m64py/ui/inputbutton.h</header>
14631463
</customwidget>
14641464
</customwidgets>
14651465
<resources>

src/m64py/ui/romlist.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ QGroupBox::title {
309309
<customwidget>
310310
<class>ImageView</class>
311311
<extends>QGraphicsView</extends>
312-
<header location="global">imageview.h</header>
312+
<header location="global">m64py/ui/imageview.h</header>
313313
</customwidget>
314314
</customwidgets>
315315
<resources/>

0 commit comments

Comments
 (0)