Reformat ALL the source!
[quassel.git] / src / qtui / debugbufferviewoverlay.h
index 101ffa2..9d7908f 100644 (file)
@@ -27,28 +27,30 @@ class QLabel;
 class QLineEdit;
 class QTextEdit;
 
-class DebugBufferViewOverlay : public QWidget {
-  Q_OBJECT
+class DebugBufferViewOverlay : public QWidget
+{
+    Q_OBJECT
 
 public:
-  DebugBufferViewOverlay(QWidget *parent = 0);
+    DebugBufferViewOverlay(QWidget *parent = 0);
 
 private slots:
-  void update();
+    void update();
 
 private:
-  Ui::DebugBufferViewOverlay ui;
-  QLineEdit *_bufferViews;
-  QLabel *_allNetworks;
-  QLineEdit *_networks;
-  QTextEdit *_bufferIds;
-  QTextEdit *_removedBufferIds;
-  QTextEdit *_tempRemovedBufferIds;
-  QLabel *_addBuffersAutomatically;
-  QLabel *_hideInactiveBuffers;
-  QLabel *_allowedBufferTypes;
-  QLabel *_minimumActivity;
-  QLabel *_isInitialized;
+    Ui::DebugBufferViewOverlay ui;
+    QLineEdit *_bufferViews;
+    QLabel *_allNetworks;
+    QLineEdit *_networks;
+    QTextEdit *_bufferIds;
+    QTextEdit *_removedBufferIds;
+    QTextEdit *_tempRemovedBufferIds;
+    QLabel *_addBuffersAutomatically;
+    QLabel *_hideInactiveBuffers;
+    QLabel *_allowedBufferTypes;
+    QLabel *_minimumActivity;
+    QLabel *_isInitialized;
 };
 
+
 #endif //DEBUGBUFFERVIEWOVERLAY_H