]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/middleclickactioneventfilter.h
SVN_SILENT made messages (.desktop file) - always resolve ours
[dolphin.git] / src / middleclickactioneventfilter.h
index e88eabc8afbd48e6bd211e3f9c8aebd2b4df6e2e..6b873452e702850d46d5002088166d41dd5a2c2e 100644 (file)
@@ -1,21 +1,8 @@
-/***************************************************************************
- *   Copyright (C) 2017 Kai Uwe Broulik <kde@privat.broulik.de>            *
- *                                                                         *
- *   This program is free software; you can redistribute it and/or modify  *
- *   it under the terms of the GNU General Public License as published by  *
- *   the Free Software Foundation; either version 2 of the License, or     *
- *   (at your option) any later version.                                   *
- *                                                                         *
- *   This program is distributed in the hope that it will be useful,       *
- *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
- *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
- *   GNU General Public License for more details.                          *
- *                                                                         *
- *   You should have received a copy of the GNU General Public License     *
- *   along with this program; if not, write to the                         *
- *   Free Software Foundation, Inc.,                                       *
- *   51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA            *
- ***************************************************************************/
+/*
+ * SPDX-FileCopyrightText: 2017 Kai Uwe Broulik <kde@privat.broulik.de>
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
 
 #pragma once
 
@@ -38,7 +25,7 @@ public:
     explicit MiddleClickActionEventFilter(QObject *parent);
     ~MiddleClickActionEventFilter() override;
 
-signals:
+Q_SIGNALS:
     void actionMiddleClicked(QAction *action);
 
 protected:
@@ -46,5 +33,4 @@ protected:
 
 private:
     QPointer<QAction> m_lastMiddlePressedAction;
-
 };