X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcommon%2Fsignalproxy.h;h=f24882c6144edc8eac42fcd04be3528b7056c3f2;hp=77ef3a46731050256f8f4a5a23d2ee2956b5ffdf;hb=aec9c711900a443bfa7860fa86c6e9c86b81a3e7;hpb=53861faa5551606eea31588b65ba501b24fb2e1a diff --git a/src/common/signalproxy.h b/src/common/signalproxy.h index 77ef3a46..f24882c6 100644 --- a/src/common/signalproxy.h +++ b/src/common/signalproxy.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2016 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,13 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef SIGNALPROXY_H -#define SIGNALPROXY_H +#pragma once #include #include -#include #include -#include +#include #include "protocol.h" @@ -286,5 +284,3 @@ private: QHash _methodIds; QHash _receiveMap; // if slot x is called then hand over the result to slot y }; - -#endif