diff options
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 7fa6753c9..68ecaee16 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -128,6 +128,10 @@ public: */ int trackCount() const; /*! + * Returns \b true if the model contains no tracks; otherwise returns \b false. + */ + bool isEmpty() const; + /*! * Returns number of columns. */ int columnCount() const; |
