summaryrefslogtreecommitdiffstats
path: root/examples/corelib/tools/customtypesending/message.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/tools/customtypesending/message.cpp')
-rw-r--r--examples/corelib/tools/customtypesending/message.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/corelib/tools/customtypesending/message.cpp b/examples/corelib/tools/customtypesending/message.cpp
index 9386b93898..76f90e5144 100644
--- a/examples/corelib/tools/customtypesending/message.cpp
+++ b/examples/corelib/tools/customtypesending/message.cpp
@@ -50,19 +50,6 @@
#include "message.h"
-Message::Message()
-{
-}
-
-Message::Message(const Message &other)
- : m_body(other.m_body), m_headers(other.m_headers)
-{
-}
-
-Message::~Message()
-{
-}
-
Message::Message(const QString &body, const QStringList &headers)
: m_body(body), m_headers(headers)
{