~sebastien-amardeilh/yarock/1.x

« back to all changes in this revision

Viewing changes to src/online/lastfm.h

  • Committer: sebastien-amardeilh
  • Date: 2019-03-23 08:02:43 UTC
  • Revision ID: seb@seb-linux-pc-20190323080243-8akn89cvcx10f0z5
- BugFix : fix Appstream metadata legacy location and format #1813638
  - BugFix : fix widget bottom toolbar save/restore state
  - BugFix : fix debian Lintian spelling errors #1815382
  - BugFix : fix internal build rules for phonon engine #1745854
  - BugFix : improve mpris metatada for web stream
  - BugFix : fix icon installation under some environment #1747308

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    void init();
42
42
    void saveSettings();
43
43
 
44
 
    /* authentification */
 
44
    /* authentication */
45
45
    bool isAuthenticated() const;
46
46
    void signIn(const QString& username, const QString& password);
47
47
    void signOut();