Initialize TDLibWrapper::joinChatRequested
This commit is contained in:
parent
7d78a2f126
commit
66551e9590
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ namespace {
|
|||
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...");
|
||||
this->appSettings = appSettings;
|
||||
|
|
Loading…
Reference in a new issue