forked from blue/squawk
duck taped annoying scroll problem, started with local archive
This commit is contained in:
parent
fad72d8db2
commit
e04f7db7c2
6 changed files with 2063 additions and 14 deletions
2
main.cpp
2
main.cpp
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue