modernize: Reformat ALL the source... again!
[quassel.git] / src / qtui / debugmessagemodelfilter.h
index 25f3208..dd36885 100644 (file)
@@ -28,10 +28,9 @@ class DebugMessageModelFilter : public QSortFilterProxyModel
     Q_OBJECT
 
 public:
-    DebugMessageModelFilter(QObject *parent = nullptr);
+    DebugMessageModelFilter(QObjectparent = nullptr);
     QVariant headerData(int section, Qt::Orientation orientation, int role) const override;
-    QVariant data(const QModelIndex &index, int role) const override;
+    QVariant data(const QModelIndexindex, int role) const override;
 };
 
-
-#endif //DEBUGMESSAGEMODELFILTER_H
+#endif  // DEBUGMESSAGEMODELFILTER_H