X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtmultimedianotificationbackend.h;h=eb614bf75acf945f35b1f9471310eed4e4a78c90;hp=6117b31d11fda40472c503ddaccf6c68aae2c5e3;hb=00e1a9c29e792ba4d65dba21b7ba04131bcb13bc;hpb=60d19a8ddad9f989f4fa03ba66c47e3d7bb66df1 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