~mzanetti/reminders-app/fix-save-unloaded

« back to all changes in this revision

Viewing changes to src/libqtevernote/notesstore.h

move storage from ~/.cache to ~/.local/share

now with offline mode, this isn't really just a cache any more.

Approved by Riccardo Padovani, Ubuntu Phone Apps Jenkins Bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
98
98
    QString username() const;
99
99
    Q_SLOT void setUsername(const QString &username);
100
100
 
 
101
    QString storageLocation();
 
102
 
101
103
    bool loading() const;
102
104
    bool notebooksLoading() const;
103
105
    bool tagsLoading() const;