duck taped annoying scroll problem, started with local archive

This commit is contained in:
Blue 2019-04-14 23:37:02 +03:00
parent fad72d8db2
commit e04f7db7c2
6 changed files with 2063 additions and 14 deletions

View file

@ -54,6 +54,8 @@ int main(int argc, char *argv[])
QObject::connect(squawk, SIGNAL(stateChanged(int)), &w, SLOT(stateChanged(int)));
QObject::connect(squawk, SIGNAL(accountMessage(const QString&, const Shared::Message&)), &w, SLOT(accountMessage(const QString&, const Shared::Message&)));
//qDebug() << QStandardPaths::writableLocation(QStandardPaths::CacheLocation);
coreThread->start();
int result = app.exec();