File indexing completed on 2025-01-19 03:59:21
0001 /* ============================================================ 0002 * 0003 * This file is a part of digiKam project 0004 * https://www.digikam.org 0005 * 0006 * Date : 2012-28-07 0007 * Description : Import icon view tool tip 0008 * 0009 * SPDX-FileCopyrightText: 2012 by Islam Wazery <wazery at ubuntu dot com> 0010 * SPDX-FileCopyrightText: 2008-2024 by Gilles Caulier <caulier dot gilles at gmail dot com> 0011 * 0012 * SPDX-License-Identifier: GPL-2.0-or-later 0013 * 0014 * ============================================================ */ 0015 0016 #ifndef DIGIKAM_IMPORT_TOOL_TIP_FILLER_H 0017 #define DIGIKAM_IMPORT_TOOL_TIP_FILLER_H 0018 0019 // Qt includes 0020 0021 #include <QString> 0022 0023 namespace Digikam 0024 { 0025 0026 class FilterAction; 0027 class CamItemInfo; 0028 0029 namespace ImportToolTipFiller 0030 { 0031 QString CamItemInfoTipContents(const CamItemInfo& info); 0032 0033 } // namespace ImportToolTipFiller 0034 0035 } // namespace Digikam 0036 0037 #endif // DIGIKAM_IMPORT_TOOL_TIP_FILLER_H