File indexing completed on 2024-06-23 05:18:34

0001 /*
0002   SPDX-FileCopyrightText: 2009 Constantin Berzan <exit3219@gmail.com>
0003 
0004   SPDX-License-Identifier: LGPL-2.0-or-later
0005 */
0006 
0007 #include "messagepart.h"
0008 
0009 using namespace MessageComposer;
0010 
0011 MessagePart::MessagePart(QObject *parent)
0012     : QObject(parent)
0013 {
0014 }
0015 
0016 MessagePart::~MessagePart() = default;
0017 
0018 #include "moc_messagepart.cpp"