added colon emote popup for ffz and bttv
This commit is contained in:
@@ -22,6 +22,11 @@ public:
|
||||
this->set(t);
|
||||
}
|
||||
|
||||
QObjectRef(const QObjectRef &other)
|
||||
{
|
||||
this->set(other.t_);
|
||||
}
|
||||
|
||||
~QObjectRef()
|
||||
{
|
||||
this->set(nullptr);
|
||||
|
||||
Reference in New Issue
Block a user