digiKam
albumfiltermodel_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-24
7  * Description : Qt Model for Albums - filter model
8  *
9  * Copyright (C) 2008-2011 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
10  * Copyright (C) 2009 by Johannes Wienke <languitar at semipol dot de>
11  * Copyright (C) 2014 by Mohamed_Anwer <m_dot_anwer at gmx 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_ALBUM_FILTER_MODEL_P_H
27 #define DIGIKAM_ALBUM_FILTER_MODEL_P_H
28 
29 #include "albumfiltermodel.h"
30 
31 // Qt includes
32 
33 #include <QSortFilterProxyModel>
34 #include <QHeaderView>
35 
36 // Local includes
37 
38 #include "digikam_debug.h"
39 #include "albummanager.h"
40 #include "albummodel.h"
41 #include "applicationsettings.h"
42 #include "itemsortcollator.h"
43 #include "facetags.h"
44 
45 #endif // DIGIKAM_ALBUM_FILTER_MODEL_P_H