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

Qt5: Fix ADD_ICON, again

parent 903a4334
......@@ -53,7 +53,7 @@ VLCModel::VLCModel( intf_thread_t *_p_intf, QObject *parent )
{
/* Icons initialization */
#define ADD_ICON(type, x) icons[ITEM_TYPE_##type] = QIcon( x )
ADD_ICON( UNKNOWN , type_unknown_xpm );
ADD_ICON( UNKNOWN , QPixmap( type_unknown_xpm ) );
ADD_ICON( FILE, ":/type/file" );
ADD_ICON( DIRECTORY, ":/type/directory" );
ADD_ICON( DISC, ":/type/disc" );
......
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