diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-23 19:13:13 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-05-23 19:13:13 +0200 |
commit | b968ea8ed364238c57c3e74cf2c122cb897cfbea (patch) | |
tree | 7a2dca2199906413a2d0b7d075ded0e4d5ffb69f /framework/src/domain/mimetreeparser/otp/htmlwriter.cpp | |
parent | c1ca732bafc60f5c140ef5516e32bd46503bf68c (diff) | |
download | kube-b968ea8ed364238c57c3e74cf2c122cb897cfbea.tar.gz kube-b968ea8ed364238c57c3e74cf2c122cb897cfbea.zip |
Builds but doesn't link, no formatters yet
Diffstat (limited to 'framework/src/domain/mimetreeparser/otp/htmlwriter.cpp')
-rw-r--r-- | framework/src/domain/mimetreeparser/otp/htmlwriter.cpp | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/framework/src/domain/mimetreeparser/otp/htmlwriter.cpp b/framework/src/domain/mimetreeparser/otp/htmlwriter.cpp new file mode 100644 index 00000000..3c98d997 --- /dev/null +++ b/framework/src/domain/mimetreeparser/otp/htmlwriter.cpp | |||
@@ -0,0 +1,40 @@ | |||
1 | /* | ||
2 | This file is part of KMail's plugin interface. | ||
3 | Copyright (c) 2003 Marc Mutz <mutz@kde.org> | ||
4 | |||
5 | KMail is free software; you can redistribute it and/or modify it | ||
6 | under the terms of the GNU General Public License as published by | ||
7 | the Free Software Foundation; either version 2 of the License, or | ||
8 | (at your option) any later version. | ||
9 | |||
10 | KMail is distributed in the hope that it will be useful, but | ||
11 | WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | General Public License for more details. | ||
14 | |||
15 | You should have received a copy of the GNU General Public License | ||
16 | along with this program; if not, write to the Free Software | ||
17 | Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA | ||
18 | |||
19 | In addition, as a special exception, the copyright holders give | ||
20 | permission to link the code of this program with any edition of | ||
21 | the Qt library by Trolltech AS, Norway (or with modified versions | ||
22 | of Qt that use the same license as Qt), and distribute linked | ||
23 | combinations including the two. You must obey the GNU General | ||
24 | Public License in all respects for all of the code used other than | ||
25 | Qt. If you modify this file, you may extend this exception to | ||
26 | your version of the file, but you are not obligated to do so. If | ||
27 | you do not wish to do so, delete this exception statement from | ||
28 | your version. | ||
29 | */ | ||
30 | |||
31 | #include "htmlwriter.h" | ||
32 | |||
33 | MimeTreeParser::Interface::HtmlWriter::~HtmlWriter() | ||
34 | { | ||
35 | } | ||
36 | |||
37 | MimeTreeParser::HtmlWriter::~HtmlWriter() | ||
38 | { | ||
39 | } | ||
40 | |||