remove <<<<<HEAD

This commit is contained in:
Benjamin Reis 2017-10-04 11:48:17 +02:00
parent ab1e07c8b7
commit bb41aeb4de

View file

@ -71,7 +71,6 @@ Content &Content::operator= (Content &&src) {
return *this;
}
<<<<<<< HEAD
bool Content::operator==(const Content& content) const {
L_D();
return d->contentType == content.getContentType() && d->body == content.getBody() && d->contentDisposition == content.getContentDisposition();