digiKam
dbengineconfig.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 : 2009-06-27
7  * Description : Database engine configuration
8  *
9  * Copyright (C) 2009-2010 by Holger Foerster <hamsi2k at freenet dot de>
10  * Copyright (C) 2010-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_DB_ENGINE_CONFIG_H
26 #define DIGIKAM_DB_ENGINE_CONFIG_H
27 
28 // Local includes
29 
30 #include "digikam_export.h"
31 #include "dbengineconfigsettings.h"
32 
33 namespace Digikam
34 {
35 
36 class DIGIKAM_EXPORT DbEngineConfig
37 {
38 public:
39 
40  static bool checkReadyForUse();
41  static QString errorMessage();
42  static DbEngineConfigSettings element(const QString& databaseType);
43 };
44 
45 } // namespace Digikam
46 
47 #endif // DIGIKAM_DB_ENGINE_CONFIG_H
Definition: dbengineconfigsettings.h:40
Definition: dbengineconfig.h:37
static DbEngineConfigSettings element(const QString &databaseType)
Definition: datefolderview.cpp:43