diff options
Diffstat (limited to 'src/qmmpui/playlistmodel.h')
| -rw-r--r-- | src/qmmpui/playlistmodel.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qmmpui/playlistmodel.h b/src/qmmpui/playlistmodel.h index 68ecaee16..f7d393162 100644 --- a/src/qmmpui/playlistmodel.h +++ b/src/qmmpui/playlistmodel.h @@ -50,7 +50,8 @@ struct SimpleSelection */ SimpleSelection() { - ; + m_bottom = -1; + m_top = 1; } /*! * Returns \p true if this selection is valid; otherwise returns returns \p false. |
