Fix imageprovider.

This commit is contained in:
Black Hat
2018-07-07 19:06:13 +08:00
parent 17fa7cc7da
commit b3c0dc9421
12 changed files with 66 additions and 51 deletions

View File

@@ -10,7 +10,7 @@ Controller::Controller(QObject *parent) : QObject(parent) {
}
Controller::~Controller() {
m_connection->stopSync();
}
void Controller::login() {