Initialize TDLibWrapper::joinChatRequested

This commit is contained in:
Slava Monich 2020-11-14 06:33:39 +02:00
parent 7d78a2f126
commit 66551e9590

View file

@ -47,7 +47,7 @@ namespace {
const QString _EXTRA("@extra"); const QString _EXTRA("@extra");
} }
TDLibWrapper::TDLibWrapper(AppSettings *appSettings, QObject *parent) : QObject(parent) TDLibWrapper::TDLibWrapper(AppSettings *appSettings, QObject *parent) : QObject(parent), joinChatRequested(false)
{ {
LOG("Initializing TD Lib..."); LOG("Initializing TD Lib...");
this->appSettings = appSettings; this->appSettings = appSettings;