]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/panels/folders/foldersitemlistwidget.h
Add clang-format and format code as in Frameworks
[dolphin.git] / src / panels / folders / foldersitemlistwidget.h
index 5a4595c4a96ba4010db7785c04673bc299b5a64d..7c8eabf44a8fab75b9a563dc48c302da82c52a89 100644 (file)
@@ -1,26 +1,13 @@
-/***************************************************************************
- *  Copyright (C) 2012 by Emmanuel Pescosta <emmanuelpescosta099@gmail.com>*
- *                                                                         *
- *   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: 2012 Emmanuel Pescosta <emmanuelpescosta099@gmail.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-or-later
+ */
 
 #ifndef FOLDERSITEMLISTWIDGET_H
 #define FOLDERSITEMLISTWIDGET_H
 
-#include <kitemviews/kfileitemlistwidget.h>
+#include "kitemviews/kfileitemlistwidget.h"
 
 /**
  * @brief Extends KFileItemListWidget to use the right text color.
@@ -30,7 +17,7 @@ class FoldersItemListWidget : public KFileItemListWidget
     Q_OBJECT
 
 public:
-    FoldersItemListWidget(KItemListWidgetInformant* informant, QGraphicsItem* parent);
+    FoldersItemListWidget(KItemListWidgetInformant *informant, QGraphicsItem *parent);
     ~FoldersItemListWidget() override;
 
 protected:
@@ -38,5 +25,3 @@ protected:
 };
 
 #endif
-
-