Add support for custom actions

Issue #1180
This commit is contained in:
Craig Drummond
2018-02-07 19:31:08 +00:00
parent 6356c8a1aa
commit 4512fb56a0
4 changed files with 43 additions and 20 deletions

View File

@@ -82,7 +82,8 @@ struct Song
Stream = 3,
CantataStream = 4,
Cdda = 5,
OnlineSvrTrack = 6
OnlineSvrTrack = 6,
LocalFile = 7
};
enum Blank {
@@ -105,8 +106,8 @@ struct Song
quint16 time;
quint16 track;
quint16 origYear;
quint16 year : 12;
mutable Type type : 3;
quint16 year;
mutable Type type : 7;
mutable bool guessed : 1;
qint32 id;
qint32 size;