Skip to content

Commit

Permalink
Fix include locations from main ui.
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs committed May 4, 2022
1 parent fcdd111 commit 81790db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/gui/mainwindow.ui
Expand Up @@ -12390,7 +12390,7 @@
<customwidget>
<class>TExponentialSpin</class>
<extends>QDoubleSpinBox</extends>
<header>texponentialspin.hui</header>
<header>gui/texponentialspin.hui</header>
</customwidget>
<customwidget>
<class>Viewer</class>
Expand All @@ -12401,7 +12401,7 @@
<customwidget>
<class>TMenuButton</class>
<extends>QToolButton</extends>
<header>tmenubutton.hui</header>
<header>gui/tmenubutton.hui</header>
</customwidget>
<customwidget>
<class>TTabWidget</class>
Expand All @@ -12412,7 +12412,7 @@
<customwidget>
<class>TTableWidget</class>
<extends>QTableWidget</extends>
<header>ttablewidget.hui</header>
<header>gui/ttablewidget.hui</header>
</customwidget>
<customwidget>
<class>TDynamicWidget</class>
Expand Down

0 comments on commit 81790db

Please sign in to comment.