digiKam
importtooltipfiller.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 : 2012-28-07
7  * Description : Import icon view tool tip
8  *
9  * Copyright (C) 2012 by Islam Wazery <wazery at ubuntu dot com>
10  * Copyright (C) 2008-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
11  *
12  * This program is free software; you can redistribute it
13  * and/or modify it under the terms of the GNU General
14  * Public License as published by the Free Software Foundation;
15  * either version 2, or (at your option)
16  * any later version.
17  *
18  * This program is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21  * GNU General Public License for more details.
22  *
23  * ============================================================ */
24 
25 #ifndef DIGIKAM_IMPORT_TOOL_TIP_FILLER_H
26 #define DIGIKAM_IMPORT_TOOL_TIP_FILLER_H
27 
28 // Qt includes
29 
30 #include <QString>
31 
32 namespace Digikam
33 {
34 
35 class FilterAction;
36 class CamItemInfo;
37 
38 namespace ImportToolTipFiller
39 {
40  QString CamItemInfoTipContents(const CamItemInfo& info);
41 
42 } // namespace ImportToolTipFiller
43 
44 } // namespace Digikam
45 
46 #endif // DIGIKAM_IMPORT_TOOL_TIP_FILLER_H
Definition: camiteminfo.h:48
QString CamItemInfoTipContents(const CamItemInfo &info)
Definition: importtooltipfiller.cpp:47
Definition: datefolderview.cpp:43