Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
fix: set correct locate of custom widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikeost committed Oct 20, 2023
1 parent bde0350 commit 6685947
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/authorizationform.ui
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
<customwidget>
<class>QLineEditWithButton</class>
<extends>QLineEdit</extends>
<header>qlineeditwithbutton.h</header>
<header>customWidgets/qlineeditwithbutton.h</header>
</customwidget>
</customwidgets>
<resources>
Expand Down
2 changes: 2 additions & 0 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#include <QPageSize>
#include <QDesktopServices>

#include <customWidgets/qsearchbar.h>


MainWindow::MainWindow(QWidget *parent)
: QMainWindow(parent)
Expand Down
1 change: 0 additions & 1 deletion src/mainwindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
#include <filterform.h>
#include <queryform.h>
#include <aboutapp.h>
#include <customWidgets/qsearchbar.h>

#include <recordsForms/gradewindow.h>
#include <recordsForms/groupwindow.h>
Expand Down
2 changes: 1 addition & 1 deletion src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -1391,7 +1391,7 @@
<customwidget>
<class>QSearchBar</class>
<extends>QLineEdit</extends>
<header>qsearchbar.h</header>
<header>customWidgets/qsearchbar.h</header>
</customwidget>
</customwidgets>
<resources>
Expand Down

0 comments on commit 6685947

Please sign in to comment.