X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreuserinputhandler.h;h=ac798a7e8c847a2b92d55c0354bdc524c655169c;hb=45645a28bdc5b6c1052b3e4cebf8cc80832d205a;hp=0c1be566d460f1a87f5502da95e1a3e58bcd74a9;hpb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;p=quassel.git diff --git a/src/core/coreuserinputhandler.h b/src/core/coreuserinputhandler.h index 0c1be566..ac798a7e 100644 --- a/src/core/coreuserinputhandler.h +++ b/src/core/coreuserinputhandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 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 * @@ -18,8 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef COREUSERINPUTHANDLER_H -#define COREUSERINPUTHANDLER_H +#pragma once #include @@ -135,5 +134,3 @@ private: QHash _delayedCommands; }; - -#endif