X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fpresetnetworks.h;h=253e56ebd44b0071a390b6bdc89b2f996d49960f;hp=522e7fc8d51866f170ea96150d719cc719b122bc;hb=c194ed5fb3d15e14b9364f9796d3521910dc72fe;hpb=921e54680da16fcf2adb7a90506875aceb6633a4 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