]> git.sur5r.net Git - minitube/blobdiff - src/sidebarheader.h
Imported Upstream version 2.5.1
[minitube] / src / sidebarheader.h
index 0ac551ef8dae51279b0c57c4280ee70951bb1854..db16aced69c99716b131d95161bb088078a2e72a 100644 (file)
@@ -39,14 +39,14 @@ protected:
     void paintEvent(QPaintEvent *event);
 
 private slots:
-    void updateTitle(QString title);
+    void updateTitle(const QString &title);
 
 private:
     void setup();
-    void setTitle(QString title);
+    void setTitle(const QString &title);
 
     QAction *backAction;
-    QAction * forwardAction;
+    QAction *forwardAction;
     QString title;
     QList<QAction*> videoSourceActions;
 };