1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-16 00:14:34 +02:00

Moved db operations under model

This commit is contained in:
Laurent Cozic
2017-01-01 23:20:06 +01:00
parent 2491a8dab5
commit bc6f419d1e
4 changed files with 77 additions and 43 deletions

View File

@ -101,7 +101,7 @@ void Application::afterSessionInitialization() {
QString sessionId = settings.value("sessionId").toString();
qDebug() << "Session:" << sessionId;
api_.setSessionId(sessionId);
synchronizer_.start();
//synchronizer_.start();
}
void Application::view_currentFolderChanged() {