digiKam
abstractalbummodel_p.h
Go to the documentation of this file.
1 /* ============================================================
2  *
3  * This file is a part of digiKam project
4  * https://www.digikam.org
5  *
6  * Date : 2009-03-23
7  * Description : Qt Model for Albums
8  *
9  * Copyright (C) 2008-2011 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
10  * Copyright (C) 2010 by Andi Clemens <andi dot clemens at gmail dot com>
11  * Copyright (C) 2012-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
12  *
13  * This program is free software; you can redistribute it
14  * and/or modify it under the terms of the GNU General
15  * Public License as published by the Free Software Foundation;
16  * either version 2, or (at your option)
17  * any later version.
18  *
19  * This program is distributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22  * GNU General Public License for more details.
23  *
24  * ============================================================ */
25 
26 #ifndef DIGIKAM_ABSTRACT_ALBUM_MODEL_P_H
27 #define DIGIKAM_ABSTRACT_ALBUM_MODEL_P_H
28 
29 #include "abstractalbummodel.h"
30 
31 // Qt includes
32 
33 #include <QPainter>
34 #include <QIcon>
35 
36 // KDE includes
37 
38 #include <klocalizedstring.h>
39 
40 // Local includes
41 
42 #include "digikam_debug.h"
43 #include "albummanager.h"
45 #include "albumthumbnailloader.h"
46 
47 #endif // DIGIKAM_ABSTRACT_ALBUM_MODEL_P_H