/* SPDX-FileCopyrightText: 2024 Vlad Zahorodnii SPDX-License-Identifier: GPL-2.0-or-later */ #pragma once #include "utils/cursortheme.h" namespace KWin { class XCursorReader { public: static QList load(const QString &filePath, int desiredSize, qreal devicePixelRatio); }; } // namespace KWin