modernize: Reformat ALL the source... again!
[quassel.git] / src / uisupport / nickview.h
index 08d57e8..4c93e2c 100644 (file)
@@ -32,10 +32,10 @@ class UISUPPORT_EXPORT NickView : public TreeViewTouch
     Q_OBJECT
 
 public:
-    NickView(QWidget *parent = nullptr);
+    NickView(QWidgetparent = nullptr);
 
 protected:
-    void rowsInserted(const QModelIndex &parent, int start, int end) override;
+    void rowsInserted(const QModelIndexparent, int start, int end) override;
 
     //! This reimplementation ensures that the current index is first in list
     QModelIndexList selectedIndexes() const override;
@@ -43,15 +43,15 @@ protected:
     void unanimatedExpandAll();
 
 public slots:
-    void setModel(QAbstractItemModel *model) override;
-    void setRootIndex(const QModelIndex &index) override;
+    void setModel(QAbstractItemModelmodel) override;
+    void setRootIndex(const QModelIndexindex) override;
     void init();
-    void showContextMenu(const QPoint &pos);
-    void startQuery(const QModelIndex &modelIndex);
+    void showContextMenu(const QPointpos);
+    void startQuery(const QModelIndexmodelIndex);
 
 signals:
     void selectionUpdated();
 
 private:
-    friend class NickListWidget; // needs selectedIndexes()
+    friend class NickListWidget;  // needs selectedIndexes()
 };