File indexing completed on 2024-05-12 05:47:31

0001 /*
0002  * SPDX-FileCopyrightText: 2023 Kai Uwe Broulik <kde@broulik.de>
0003  *
0004  * SPDX-License-Identifier: GPL-2.0-or-later
0005  */
0006 
0007 #ifndef KITEMVIEWSUTILS_H
0008 #define KITEMVIEWSUTILS_H
0009 
0010 #include <qtypes.h>
0011 
0012 class QGraphicsItem;
0013 
0014 class KItemViewsUtils
0015 {
0016 public:
0017     static qreal devicePixelRatio(const QGraphicsItem *item);
0018 };
0019 
0020 #endif // KITEMVIEWSUTILS_H