Commit ee1838d7 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Add missing const - should fix a few Qt4 warnings

parent 806d1fd1
/* XPM */
static char * familiar_forwardb16x16_xpm[] = {
static const char *const familiar_forwardb16x16_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
......
/* XPM */
static char * familiar_openb16x16_xpm[] = {
static const char *const familiar_openb16x16_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
......
/* XPM */
static char * familiar_pauseb16x16_xpm[] = {
static const char *const familiar_pauseb16x16_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
......
/* XPM */
static char * familiar_playb16x16_xpm[] = {
static const char *const familiar_playb16x16_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
......
/* XPM */
static char * familiar_playlistb16x16_xpm[] = {
static const char *const familiar_playlistb16x16_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
......
/* XPM */
static char * familiar_preferencesb16x16_xpm[] = {
static const char *const familiar_preferencesb16x16_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
......
/* XPM */
static char * familiar_rewindb16x16_xpm[] = {
static const char *const familiar_rewindb16x16_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
......
/* XPM */
static char * familiar_stopb16x16_xpm[] = {
static const char *const familiar_stopb16x16_xpm[] = {
"16 16 2 1",
" c None",
". c #000000",
......
/* XPM */
static char *vlc16x16_xpm[] = {
static const char *constvlc16x16_xpm[] = {
/* width height ncolors chars_per_pixel */
"16 16 57 2",
/* colors */
......
/* XPM */
static char *vlc_xpm[] = {
static const char *constvlc_xpm[] = {
/* width height ncolors chars_per_pixel */
"32 32 144 2",
/* colors */
......
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