digiKam
showfototooltipfiller.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 : 09-08-2013
7  * Description : Showfoto tool tip filler
8  *
9  * Copyright (C) 2013 by Mohamed_Anwer <m_dot_anwer at gmx dot com>
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 SHOW_FOTO_TOOL_TIP_FILLER_H
25 #define SHOW_FOTO_TOOL_TIP_FILLER_H
26 
27 // Qt include
28 
29 #include <QString>
30 
31 namespace ShowFoto
32 {
33 
34 class ShowfotoItemInfo;
35 
36 namespace ShowfotoToolTipFiller
37 {
38  QString ShowfotoItemInfoTipContents(const ShowfotoItemInfo& info);
39 
40 } // namespace ShowfotoToolTipFiller
41 
42 } // namespace ShowFoto
43 
44 #endif // SHOW_FOTO_TOOL_TIP_FILLER_H
Definition: showfotoiteminfo.h:48
QString ShowfotoItemInfoTipContents(const ShowfotoItemInfo &info)
Definition: showfototooltipfiller.cpp:48
Definition: showfotofolderviewbar.cpp:52