X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fqtmultimedianotificationbackend.h;h=eb614bf75acf945f35b1f9471310eed4e4a78c90;hb=c55df5f2d765b100b7a1ead5a72202f969aa9581;hp=6117b31d11fda40472c503ddaccf6c68aae2c5e3;hpb=60d19a8ddad9f989f4fa03ba66c47e3d7bb66df1;p=quassel.git diff --git a/src/qtui/qtmultimedianotificationbackend.h b/src/qtui/qtmultimedianotificationbackend.h index 6117b31d..eb614bf7 100644 --- a/src/qtui/qtmultimedianotificationbackend.h +++ b/src/qtui/qtmultimedianotificationbackend.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,8 +18,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ -#ifndef PHONONNOTIFICATIONBACKEND_H_ -#define PHONONNOTIFICATIONBACKEND_H_ +#pragma once #include @@ -79,6 +78,3 @@ private: QString _filename; std::unique_ptr _audioPreview; }; - - -#endif