modernize: Reformat ALL the source... again!
[quassel.git] / src / qtui / titlesetter.h
index b0bc970..3959d02 100644 (file)
@@ -30,16 +30,15 @@ class TitleSetter : public AbstractItemView
     Q_OBJECT
 
 public:
-    TitleSetter(MainWin *parent);
+    TitleSetter(MainWinparent);
 
 protected slots:
-    void currentChanged(const QModelIndex &current, const QModelIndex &previous) override;
-    void dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) override;
+    void currentChanged(const QModelIndex& current, const QModelIndex& previous) override;
+    void dataChanged(const QModelIndex& topLeft, const QModelIndex& bottomRight) override;
 
 private:
-    MainWin *_mainWin;
-    void changeWindowTitle(const QModelIndex &index);
+    MainWin_mainWin;
+    void changeWindowTitle(const QModelIndexindex);
 };
 
-
 #endif