mirror of
https://github.com/status-im/dotherside.git
synced 2025-02-12 12:46:24 +00:00
Fixed #28
This commit is contained in:
parent
eec295ec7a
commit
14bf9fd0b7
@ -93,7 +93,7 @@ DynamicQObject<T>::DynamicQObject()
|
|||||||
}
|
}
|
||||||
|
|
||||||
template <typename T>
|
template <typename T>
|
||||||
void DynamicQObject<T>::setOnSlotExecutedHandler(const DynamicQObject::OnSlotExecutedHandler &handler)
|
void DynamicQObject<T>::setOnSlotExecutedHandler(const typename DynamicQObject::OnSlotExecutedHandler &handler)
|
||||||
{
|
{
|
||||||
m_onSlotExecutedHandler = handler;
|
m_onSlotExecutedHandler = handler;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user