X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fpresetnetworks.h;h=253e56ebd44b0071a390b6bdc89b2f996d49960f;hp=522e7fc8d51866f170ea96150d719cc719b122bc;hb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;hpb=e50ae7a06fc4e5d3a911c361d30953410deab609 diff --git a/src/common/presetnetworks.h b/src/common/presetnetworks.h index 522e7fc8..253e56eb 100644 --- a/src/common/presetnetworks.h +++ b/src/common/presetnetworks.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -18,15 +18,16 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef PRESETNETWORKS_H -#define PRESETNETWORKS_H +#pragma once + +#include "common-export.h" #include #include #include "network.h" -class PresetNetworks +class COMMON_EXPORT PresetNetworks { public: static QStringList names(bool onlyDefault = false); @@ -36,5 +37,3 @@ public: private: static QString _networksIniPath; }; - -#endif