Skip to content

Commit

Permalink
Fix unknown type error in Qt5 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
gsurkov committed Apr 10, 2023
1 parent 5d2603c commit 7a6770b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/applicationbackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,9 @@ void ApplicationBackend::registerMetaTypes()
qRegisterMetaType<Flipper::Zero::AssetManifest::FileInfo>();

qRegisterMetaType<QAbstractListModel*>();

qRegisterMetaType<InputEvent::Key>();
qRegisterMetaType<InputEvent::Type>();
}

#if QT_VERSION < 0x060000
Expand Down

0 comments on commit 7a6770b

Please sign in to comment.