Reformat ALL the source!
[quassel.git] / src / qtui / awaylogfilter.h
index d188cab..ba63d60 100644 (file)
 
 #include "chatmonitorfilter.h"
 
-class AwayLogFilter : public ChatMonitorFilter {
-  Q_OBJECT
+class AwayLogFilter : public ChatMonitorFilter
+{
+    Q_OBJECT
 
 public:
-  AwayLogFilter(MessageModel *model, QObject *parent = 0);
+    AwayLogFilter(MessageModel *model, QObject *parent = 0);
 
-  virtual bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;
-  virtual QString idString() const { return "AwayLog"; }
-  virtual QVariant data(const QModelIndex &index, int role) const;
+    virtual bool filterAcceptsRow(int sourceRow, const QModelIndex &sourceParent) const;
+    virtual QString idString() const { return "AwayLog"; }
+    virtual QVariant data(const QModelIndex &index, int role) const;
 };
 
+
 #endif //AWAYLOGFILTER_H