digiKam
outlookbinary.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 : 2019-07-06
7  * Description : Autodetect outlook binary program
8  *
9  * Copyright (C) 2020-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
10  * Copyright (C) 2019 by Maik Qualmann <metzpinguin 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) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU General Public License for more details.
21  *
22  * ============================================================ */
23 
24 #ifndef DIGIKAM_OUTLOOK_BINARY_H
25 #define DIGIKAM_OUTLOOK_BINARY_H
26 
27 // Local includes
28 
29 #include "dbinaryiface.h"
30 
31 namespace Digikam
32 {
33 
35 {
36  Q_OBJECT
37 
38 public:
39 
40  explicit OutlookBinary(QObject* const parent = nullptr);
41  ~OutlookBinary() override;
42 };
43 
44 } // namespace Digikam
45 
46 #endif // DIGIKAM_OUTLOOK_BINARY_H
Definition: dbinaryiface.h:46
Definition: outlookbinary.h:35
OutlookBinary(QObject *const parent=nullptr)
Definition: outlookbinary.cpp:33
~OutlookBinary() override
Definition: outlookbinary.cpp:46
Definition: datefolderview.cpp:43