as_gfx/whatsthis.xpm

Thu, 06 Aug 2009 13:21:30 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 06 Aug 2009 13:21:30 +0200
changeset 15
0e0eb7c91312
permissions
-rw-r--r--

Remove seemingly declarations unnecessary according to Qt 4.5.2 headers.

     1 /* XPM */
     2 static const char *s_kpcWhatsthis_xpm[] = {
     3 /* width height ncolors chars_per_pixel */
     4 "16 16 3 1",
     5 /* colors */
     6 "# c None",
     7 ". c #000000",
     8 "a c #000083",
     9 /* pixels */
    10 ".########aaaaa##",
    11 "..######aaa#aaa#",
    12 "...####aaa###aaa",
    13 "....###aa#####aa",
    14 ".....##aa#####aa",
    15 "......##a####aaa",
    16 ".......#####aaa#",
    17 "........###aaa##",
    18 ".........#aaa###",
    19 ".....#####aaa###",
    20 "..#...##########",
    21 ".##...####aaa###",
    22 "####...###aaa###",
    23 "####...#########",
    24 "#####...########",
    25 "#####...########"
    26 };

mercurial