X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsimplenetworkeditor.h;fp=src%2Fqtui%2Fsimplenetworkeditor.h;h=8436b10e41ce2b0c3d104f653fc01f51836ba7c5;hb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;hp=72c9349e2da22f3f4068671b30f0e77647455ba7;hpb=30b159cb876a9495de42e9a3e70ca050516f0805;p=quassel.git diff --git a/src/qtui/simplenetworkeditor.h b/src/qtui/simplenetworkeditor.h index 72c9349e..8436b10e 100644 --- a/src/qtui/simplenetworkeditor.h +++ b/src/qtui/simplenetworkeditor.h @@ -21,22 +21,22 @@ #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 = nullptr); + SimpleNetworkEditor(QWidget* parent = nullptr); - void displayNetworkInfo(const NetworkInfo &networkInfo); - void saveToNetworkInfo(NetworkInfo &networkInfo); + void displayNetworkInfo(const NetworkInfo& networkInfo); + void saveToNetworkInfo(NetworkInfo& networkInfo); QStringList defaultChannels() const; - void setDefaultChannels(const QStringList &channels); + void setDefaultChannels(const QStringList& channels); signals: void widgetHasChanged(); @@ -58,5 +58,4 @@ private: NetworkInfo _networkInfo; }; - -#endif //SIMPLENETWORKEDITOR_H +#endif // SIMPLENETWORKEDITOR_H