Skip to content

Commit

Permalink
Fix code build after rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
arnost00 committed Mar 25, 2024
1 parent 9e7b170 commit cf74430
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ namespace Ui {
class CardReaderWidget;
}

namespace quickevent::core::og { class SqlTableModel; }

namespace qf {
namespace core { namespace model { class SqlTableModel; } }
namespace qmlwidgets {
class Action;
namespace framework { class PartWidget; class Plugin; }
Expand Down Expand Up @@ -108,7 +109,7 @@ private slots:
private:
Ui::CardReaderWidget *ui;
qf::qmlwidgets::Action *m_actAssignCard = nullptr;
qf::core::model::SqlTableModel *m_cardsModel = nullptr;
quickevent::core::og::SqlTableModel *m_cardsModel = nullptr;
quickevent::gui::audio::Player *m_audioPlayer = nullptr;
siut::DeviceDriver *f_siDriver = nullptr;
siut::CommPort *m_commPort = nullptr;
Expand Down

0 comments on commit cf74430

Please sign in to comment.