mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
re-add variable I accidentally removed
This commit is contained in:
parent
fe352b5da9
commit
4a70fa5d0c
1 changed files with 2 additions and 0 deletions
|
@ -161,6 +161,8 @@ private:
|
||||||
QTimer gifUpdateTimer;
|
QTimer gifUpdateTimer;
|
||||||
bool gifUpdateTimerInitiated = false;
|
bool gifUpdateTimerInitiated = false;
|
||||||
|
|
||||||
|
int _generation = 0;
|
||||||
|
|
||||||
// methods
|
// methods
|
||||||
static QString getTwitchEmoteLink(long id, qreal &scale);
|
static QString getTwitchEmoteLink(long id, qreal &scale);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue