/*
This file is part of the KDE project
- SPDX-FileCopyrightText: 2022 Felix Ernst <felixernst@zohomail.eu>
+ SPDX-FileCopyrightText: 2022 Felix Ernst <felixernst@kde.org>
SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
*/
class QFontMetrics;
class QString;
-enum ItemsState {
- None,
- Selected
-};
+enum ItemsState { None, Selected };
/**
* @brief Generates a textual representation of the given list of KFileItems.