]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/sidplayer/sidplayer-1.5.0/gcc3.patch
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / sidplayer / sidplayer-1.5.0 / gcc3.patch
1
2 #
3 # Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher
4 #
5
6 --- sidplayer/sidplayer.cpp~gcc3        2003-09-26 20:28:51.000000000 +0200
7 +++ sidplayer/sidplayer.cpp     2004-02-12 19:24:33.000000000 +0100
8 @@ -83,8 +83,8 @@
9  //============================================================================================
10  
11  Sidplayer::Sidplayer( int argc, char **argv, QPEApplication *app,
12 -                      QWidget *parent, const char *name, WFlags f )
13 -    : TabbedDialog( parent, name, f ),
14 +                      QWidget *parent, const char *name, WFlags flags )
15 +    : TabbedDialog( parent, name, flags ),
16        application( app ),
17        selectedSong( 1 ),
18        totalSongs( 1 ),
19 @@ -710,7 +710,7 @@
20  
21  //--------------------------------------------------------------------------------------------
22  
23 -void Sidplayer::updateListeningMileageLabel( bool forceUpdate = false )
24 +void Sidplayer::updateListeningMileageLabel( bool forceUpdate )
25  {
26      static int oldSecondsTotal = 0;
27      int secondsTotal = myEmuEngine.getSecondsTotal();
28 --- sidplayer/sidplayer_file.cpp~gcc3   2003-09-25 21:56:57.000000000 +0200
29 +++ sidplayer/sidplayer_file.cpp        2004-02-12 19:24:33.000000000 +0100
30 @@ -249,7 +249,7 @@
31      }
32  }
33  
34 -void Sidplayer::populateFileView( const QString &directory, const QString &selectThis = "" )
35 +void Sidplayer::populateFileView( const QString &directory, const QString &selectThis )
36  {
37      QDir dir( directory );
38  
39 --- sidplayer/sidplayer_list.cpp~gcc3   2003-07-09 21:49:28.000000000 +0200
40 +++ sidplayer/sidplayer_list.cpp        2004-02-12 19:24:33.000000000 +0100
41 @@ -172,7 +172,7 @@
42      setAllPlaylistViewItemsOddFlag();
43  }
44  
45 -void Sidplayer::insertDir_( QString dirpath = "" )
46 +void Sidplayer::insertDir_( QString dirpath )
47  {
48      if ( dirpath == "" )
49          dirpath = currentDir;
50 @@ -225,7 +225,7 @@
51      setAllPlaylistViewItemsOddFlag();
52  }
53  
54 -void Sidplayer::insertDirRecursive_( QString dirpath = "" )
55 +void Sidplayer::insertDirRecursive_( QString dirpath )
56  {
57      if ( dirpath == "" )
58          dirpath = currentDir;
59 --- sidplayer/volumebarwidget.cpp~gcc3  2003-07-09 22:35:48.000000000 +0200
60 +++ sidplayer/volumebarwidget.cpp       2004-02-12 19:28:54.000000000 +0100
61 @@ -18,7 +18,7 @@
62  
63  #include <iostream>
64  
65 -VolumeBarWidget::VolumeBarWidget( QWidget *parent = 0, const char *name = 0, WFlags f = 0 )
66 +VolumeBarWidget::VolumeBarWidget( QWidget *parent, const char *name, WFlags f )
67      : QWidget( parent, name, f )
68  {
69      getVolume();