]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/util/customwidgets.hpp
qt4: missing const for QString.
[vlc] / modules / gui / qt4 / util / customwidgets.hpp
index 431e857a1f95838b3b2cec3323c471ef53ca2111..d1f1f74809fe72f199e58507ea2a52763f1d62e5 100644 (file)
@@ -68,10 +68,10 @@ private:
     QToolButton   *clearButton;
 
 private slots:
-    void updateText( const QString );
+    void updateText( const QString& );
 
 signals:
-    void textChanged( const QString );
+    void textChanged( const QString& );
 };
 
 /*****************************************************************