digiKam
albummodel_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 : 2008-03-22
7  * Description : Qt Model for Albums
8  *
9  * Copyright (C) 2008-2011 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
10  *
11  * This program is free software; you can redistribute it
12  * and/or modify it under the terms of the GNU General
13  * Public License as published by the Free Software Foundation;
14  * either version 2, or (at your option)
15  * any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU General Public License for more details.
21  *
22  * ============================================================ */
23 
24 #ifndef DIGIKAM_ALBUM_MODEL_P_H
25 #define DIGIKAM_ALBUM_MODEL_P_H
26 
27 #include "albummodel.h"
28 
29 // Qt includes
30 
31 #include <QDir>
32 #include <QIcon>
33 #include <QLocale>
34 #include <QPainter>
35 #include <QApplication>
36 
37 // KDE includes
38 
39 #include <klocalizedstring.h>
40 
41 // Local includes
42 
43 #include "digikam_debug.h"
44 #include "albummanager.h"
45 #include "applicationsettings.h"
46 #include "albumthumbnailloader.h"
47 #include "facetags.h"
48 
49 #endif // DIGIKAM_ALBUM_MODEL_P_H