modernize: Reformat ALL the source... again!
[quassel.git] / src / qtui / simplenetworkeditor.h
index b814013..8436b10 100644 (file)
 #ifndef SIMPLENETWORKEDITOR_H
 #define SIMPLENETWORKEDITOR_H
 
-#include "ui_simplenetworkeditor.h"
-
 #include "network.h"
 
+#include "ui_simplenetworkeditor.h"
+
 class SimpleNetworkEditor : public QWidget
 {
     Q_OBJECT
 
 public:
-    SimpleNetworkEditor(QWidget *parent = 0);
+    SimpleNetworkEditor(QWidget* parent = nullptr);
 
-    void displayNetworkInfo(const NetworkInfo &networkInfo);
-    void saveToNetworkInfo(NetworkInfo &networkInfo);
+    void displayNetworkInfo(const NetworkInfonetworkInfo);
+    void saveToNetworkInfo(NetworkInfonetworkInfo);
 
     QStringList defaultChannels() const;
-    void setDefaultChannels(const QStringList &channels);
+    void setDefaultChannels(const QStringListchannels);
 
 signals:
     void widgetHasChanged();
@@ -58,5 +58,4 @@ private:
     NetworkInfo _networkInfo;
 };
 
-
-#endif //SIMPLENETWORKEDITOR_H
+#endif  // SIMPLENETWORKEDITOR_H