]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/sout/sout_widgets.cpp
qt4: missing const for QString.
[vlc] / modules / gui / qt4 / components / sout / sout_widgets.cpp
index b7854970bef45cb0554039d2aa7d4d5847c3f94f..2c770427d5fef3294eef42a232d03f91ae58ee81 100644 (file)
@@ -76,7 +76,7 @@ void SoutInputBox::setMRL( const QString& mrl )
     sourceValueLabel->setText( type );
 }
 
- #define CT( x ) connect( x, SIGNAL( textChanged( const QString ) ), this, SIGNAL( mrlUpdated() ) );
+ #define CT( x ) connect( x, SIGNAL( textChanged( const QString& ) ), this, SIGNAL( mrlUpdated() ) );
  #define CS( x ) connect( x, SIGNAL( valueChanged( int ) ), this, SIGNAL( mrlUpdated() ) );
 
 /* FileDest Box */