digiKam
Loading...
Searching...
No Matches
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 * SPDX-FileCopyrightText: 2013 by Mohamed_Anwer <m_dot_anwer at gmx dot com>
10 *
11 * SPDX-License-Identifier: GPL-2.0-or-later
12 *
13 * ============================================================ */
14
15#pragma once
16
17// Qt include
18
19#include <QString>
20
21namespace ShowFoto
22{
23
24class ShowfotoItemInfo;
25
26namespace ShowfotoToolTipFiller
27{
29
30} // namespace ShowfotoToolTipFiller
31
32} // namespace ShowFoto
Definition showfotoiteminfo.h:38
QString ShowfotoItemInfoTipContents(const ShowfotoItemInfo &info)
Definition showfototooltipfiller.cpp:39
Definition showfotofolderviewbar.cpp:43