equal
deleted
inserted
replaced
35 private slots: |
35 private slots: |
36 void handleOk(const QVariant &result); |
36 void handleOk(const QVariant &result); |
37 void handleError(int errorCode, const QString& errorMessage); |
37 void handleError(int errorCode, const QString& errorMessage); |
38 |
38 |
39 void fetchSong(); |
39 void fetchSong(); |
|
40 void playSong(); |
|
41 void viewSong(); |
|
42 void viewSongCaged(); |
|
43 |
40 |
44 |
41 private: |
45 private: |
42 void createLayout(); |
46 void createLayout(); |
43 |
47 |
44 private: |
48 private: |