File indexing completed on 2024-04-28 15:39:58

0001 /* SPDX-FileCopyrightText: 2003-2010 Jesper K. Pedersen <blackie@kde.org>
0002 
0003    SPDX-License-Identifier: GPL-2.0-or-later
0004 */
0005 #ifndef IMAGEINFOPTR_H
0006 #define IMAGEINFOPTR_H
0007 #include <QExplicitlySharedDataPointer>
0008 
0009 namespace DB
0010 {
0011 class ImageInfo;
0012 using ImageInfoPtr = QExplicitlySharedDataPointer<ImageInfo>;
0013 }
0014 
0015 #endif /* IMAGEINFOPTR_H */
0016 
0017 // vi:expandtab:tabstop=4 shiftwidth=4: