]> cloud.milkyroute.net Git - dolphin.git/blob - src/kitemviews/private/kitemviewsutils.h
GIT_SILENT Update Appstream for new release
[dolphin.git] / src / kitemviews / private / kitemviewsutils.h
1 /*
2 * SPDX-FileCopyrightText: 2023 Kai Uwe Broulik <kde@broulik.de>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7 #ifndef KITEMVIEWSUTILS_H
8 #define KITEMVIEWSUTILS_H
9
10 #include <qtypes.h>
11
12 class QGraphicsItem;
13
14 class KItemViewsUtils
15 {
16 public:
17 static qreal devicePixelRatio(const QGraphicsItem *item);
18 };
19
20 #endif // KITEMVIEWSUTILS_H