digiKam
Loading...
Searching...
No Matches
componentsinfodlg.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 : 2008-07-30
7 * Description : digiKam components info dialog.
8 *
9 * SPDX-FileCopyrightText: 2008-2024 by Gilles Caulier <caulier dot gilles at gmail dot com>
10 *
11 * SPDX-License-Identifier: GPL-2.0-or-later
12 *
13 * ============================================================ */
14
15#pragma once
16
17// Local includes
18
19#include "digikam_export.h"
20
21namespace Digikam
22{
23
24DIGIKAM_GUI_EXPORT void showDigikamComponentsInfo();
25
26DIGIKAM_GUI_EXPORT void showDigikamDatabaseStat();
27
28} // namespace Digikam
Definition datefolderview.cpp:34
void showDigikamDatabaseStat()
Definition componentsinfodlg.cpp:321
void showDigikamComponentsInfo()
Definition componentsinfodlg.cpp:315