X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fsimplenetworkeditor.h;h=f1bc4344f3f28e7bf4cea24f3962193001fffd1c;hp=ce18b1be9d0d4cfc6538c80c3ef66b468e2c024c;hb=cc6e7c08709c4e761e2fd9c2e322751015497003;hpb=e50ae7a06fc4e5d3a911c361d30953410deab609 diff --git a/src/qtui/simplenetworkeditor.h b/src/qtui/simplenetworkeditor.h index ce18b1be..f1bc4344 100644 --- a/src/qtui/simplenetworkeditor.h +++ b/src/qtui/simplenetworkeditor.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 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 * @@ -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 = 0); + 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