Commit f48e8b56 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: reorder views

parent d6a48806
......@@ -61,8 +61,8 @@ public:
playlist_item_t *, PLSelector *, PLModel * );
virtual ~StandardPLPanel();
enum { TREE_VIEW = 0,
ICON_VIEW,
enum { ICON_VIEW = 0,
TREE_VIEW ,
LIST_VIEW,
PICTUREFLOW_VIEW,
VIEW_COUNT };
......@@ -128,8 +128,8 @@ signals:
static const QString viewNames[ StandardPLPanel::VIEW_COUNT ]
= { qtr( "Detailed View" ),
qtr( "Icon View" ),
= { qtr( "Icon View" ),
qtr( "Detailed View" ),
qtr( "List View" ),
qtr( "PictureFlow View ") };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment