digiKam
mysqladminbinary.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 : 2021-05-30
7  * Description : Autodetects Mysql server admin program and version
8  *
9  * Copyright (C) 2016-2022 by Gilles Caulier <caulier dot gilles at gmail 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) any later version.
15  *
16  * This program is distributed in the hope that it will be useful,
17  * but WITHOUT ANY WARRANTY; without even the implied warranty of
18  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19  * GNU General Public License for more details.
20  *
21  * ============================================================ */
22 
23 #ifndef DIGIKAM_MYSQL_ADMIN_BINARY_H
24 #define DIGIKAM_MYSQL_ADMIN_BINARY_H
25 
26 // Local includes
27 
28 #include "digikam_export.h"
29 #include "dbinaryiface.h"
30 
31 namespace Digikam
32 {
33 
34 class DIGIKAM_GUI_EXPORT MysqlAdminBinary : public DBinaryIface
35 {
36  Q_OBJECT
37 
38 public:
39 
41  ~MysqlAdminBinary() override;
42 
43 private:
44 
45  // Disabled
46  explicit MysqlAdminBinary(QObject*) = delete;
47 };
48 
49 } // namespace Digikam
50 
51 #endif // DIGIKAM_MYSQL_ADMIN_BINARY_H
Definition: dbinaryiface.h:46
Definition: mysqladminbinary.h:35
Definition: datefolderview.cpp:43