summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Burchell <robin.burchell@jollamobile.com>2013-03-07 03:08:27 +0200
committerRobin Burchell <robin+qt@viroteck.net>2013-03-07 02:15:59 +0100
commit404d04d008ac18e1eb02d98af21a200091409a4a (patch)
tree6a341bc7dd854d9ced339f1c4597b68e53860926
parentc7c9b8c14fa58f4d84d3e59aa2ab75c78a61d0e2 (diff)
Remove qmfhelpers operator== for QMailMessagePart::Location.
QMF gained this upstream a long time ago for QMailMessagePartContainer - which QMailMessagePart inherits (in 95c9e8852b502c03f6c87f88296ad63e75b29404.) Change-Id: I92efa54ad0317bfc6916bf732c2cd3e3d31dfc82 Reviewed-by: Matthew Vogt <matthew.vogt@qinetic.com.au>
-rw-r--r--src/messaging/qmfhelpers.cpp6
-rw-r--r--src/messaging/qmfhelpers_p.h3
2 files changed, 0 insertions, 9 deletions
diff --git a/src/messaging/qmfhelpers.cpp b/src/messaging/qmfhelpers.cpp
index 436c3a5e88..323a12ec5e 100644
--- a/src/messaging/qmfhelpers.cpp
+++ b/src/messaging/qmfhelpers.cpp
@@ -598,10 +598,4 @@ quint64 lowPriorityMask()
}
-bool operator==(const QMailMessagePart::Location &lhs, const QMailMessagePart::Location &rhs)
-{
- return (lhs.toString(true) == rhs.toString(true));
-}
-
-
QTM_END_NAMESPACE
diff --git a/src/messaging/qmfhelpers_p.h b/src/messaging/qmfhelpers_p.h
index 0309df6f15..4e82d10248 100644
--- a/src/messaging/qmfhelpers_p.h
+++ b/src/messaging/qmfhelpers_p.h
@@ -170,8 +170,5 @@ namespace QmfHelpers {
};
-bool operator==(const QMailMessagePart::Location &lhs, const QMailMessagePart::Location &rhs);
-
-
QTM_END_NAMESPACE
#endif