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

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