Cleanup allowing for tags to be available at later points, adds TAGMSG
[quassel.git] / src / qtui / coresessionwidget.h
index 07eae95..8ffb54b 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2018 by the Quassel Project                        *
+ *   Copyright (C) 2005-2019 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
 
 #include "ui_coresessionwidget.h"
 
-class CoreSessionWidget: public QWidget
+class CoreSessionWidget : public QWidget
 {
-Q_OBJECT
+    Q_OBJECT
 
 public:
-    explicit CoreSessionWidget(QWidget *);
+    explicit CoreSessionWidget(QWidget*);
 
     void setData(QMap<QString, QVariant>);