Skip to content
This repository has been archived by the owner on Feb 12, 2023. It is now read-only.

Commit

Permalink
fix: add missing type for Qt slot
Browse files Browse the repository at this point in the history
(cherry picked from commit ad139d6)
  • Loading branch information
sudden6 authored and anthonybilinski committed Mar 20, 2020
1 parent df7fe22 commit b5785a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/nexus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ void Nexus::start()
qRegisterMetaType<const int16_t*>("const int16_t*");
qRegisterMetaType<int32_t>("int32_t");
qRegisterMetaType<int64_t>("int64_t");
qRegisterMetaType<size_t>("size_t");
qRegisterMetaType<QPixmap>("QPixmap");
qRegisterMetaType<Profile*>("Profile*");
qRegisterMetaType<ToxAV*>("ToxAV*");
Expand Down

0 comments on commit b5785a1

Please sign in to comment.