Implement space stickers & emoji
This commit is contained in:
parent
01fd5e6b61
commit
e144c5741f
7 changed files with 46 additions and 10 deletions
|
|
@ -26,6 +26,7 @@ SingleImagePackModel::SingleImagePackModel(ImagePackInfo pack_, QObject *parent)
|
|||
, statekey_(std::move(pack_.state_key))
|
||||
, old_statekey_(statekey_)
|
||||
, pack(std::move(pack_.pack))
|
||||
, fromSpace_(pack_.from_space)
|
||||
{
|
||||
[[maybe_unused]] static auto imageInfoType = qRegisterMetaType<mtx::common::ImageInfo>();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue