X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fsimplenetworkeditor.h;h=378e5c84a8fbc61a976799e218f9f2ff1857eca2;hb=518cd2bc478ab3675a60ec46d3ef183cace0cae7;hp=055511b7104295dc6e3ade20ff363ad374ab87bf;hpb=694f9bfbf7f1af19108461c7e00d133e55082bce;p=quassel.git diff --git a/src/qtui/simplenetworkeditor.h b/src/qtui/simplenetworkeditor.h index 055511b7..378e5c84 100644 --- a/src/qtui/simplenetworkeditor.h +++ b/src/qtui/simplenetworkeditor.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-2020 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -15,28 +15,28 @@ * You should have received a copy of the GNU General Public License * * along with this program; if not, write to the * * Free Software Foundation, Inc., * - * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ #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