diff options
Diffstat (limited to 'src/ui/playlist.h')
| -rw-r--r-- | src/ui/playlist.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/playlist.h b/src/ui/playlist.h index 990af25ca..0ca76adfa 100644 --- a/src/ui/playlist.h +++ b/src/ui/playlist.h @@ -58,7 +58,7 @@ class PlayList : public QWidget { return m_listWidget; } - void setMinimalMode(bool b = TRUE); + void setMinimalMode(bool b = true); signals: void play(); |
