adding some more todos and refactoring getSong so it's more future proof
This commit is contained in:
parent
e52d44f937
commit
deb620a2eb
6 changed files with 89 additions and 55 deletions
|
@ -57,7 +57,7 @@ public:
|
|||
|
||||
Q_INVOKABLE void newSong();
|
||||
Q_INVOKABLE void deleteSong(const int &row);
|
||||
Q_INVOKABLE QVariantList getSong(const int &row);
|
||||
Q_INVOKABLE QVariantMap getSong(const int &row);
|
||||
Q_INVOKABLE QStringList getLyricList(const int &row);
|
||||
|
||||
QVariant data(const QModelIndex &index, int role) const override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue