X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fcoreuserinputhandler.h;h=770eae418265d52d38ad3b48e6722af0b46f4900;hb=df38a9238d603ec8d2040619befa50980d994916;hp=c2d249c7b1a30a446ec50aefca7e80bbf44f8bbb;hpb=cc6e7c08709c4e761e2fd9c2e322751015497003;p=quassel.git diff --git a/src/core/coreuserinputhandler.h b/src/core/coreuserinputhandler.h index c2d249c7..770eae41 100644 --- a/src/core/coreuserinputhandler.h +++ b/src/core/coreuserinputhandler.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2019 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 * @@ -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