mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-05 18:22:46 +00:00
WIP: Reimplementation of ListModels.
This commit is contained in:
parent
76a49868b9
commit
e421adf733
356 changed files with 1830 additions and 1833 deletions
|
@ -154,9 +154,9 @@ public:
|
|||
void setPlaylistItemIdNull();
|
||||
|
||||
|
||||
QList<QSharedPointer<QueueItem>> nowPlayingQueue() const;
|
||||
QList<QueueItem> nowPlayingQueue() const;
|
||||
|
||||
void setNowPlayingQueue(QList<QSharedPointer<QueueItem>> newNowPlayingQueue);
|
||||
void setNowPlayingQueue(QList<QueueItem> newNowPlayingQueue);
|
||||
bool nowPlayingQueueNull() const;
|
||||
void setNowPlayingQueueNull();
|
||||
|
||||
|
@ -172,7 +172,7 @@ protected:
|
|||
bool m_failed;
|
||||
QString m_nextMediaType;
|
||||
QString m_playlistItemId;
|
||||
QList<QSharedPointer<QueueItem>> m_nowPlayingQueue;
|
||||
QList<QueueItem> m_nowPlayingQueue;
|
||||
};
|
||||
|
||||
} // NS DTO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue