From kde-commits Fri Aug 31 20:24:16 2012 From: Montel Laurent Date: Fri, 31 Aug 2012 20:24:16 +0000 To: kde-commits Subject: [kdepim] messagelist/core: Minor Message-Id: <20120831202416.8EF0FA60C6 () git ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=134644467326052 Git commit a2f94aa44a06b3021b1c6c12e54a31f573964069 by Montel Laurent. Committed on 31/08/2012 at 20:03. Pushed by mlaurent into branch 'master'. Minor M +5 -5 messagelist/core/filter.h http://commits.kde.org/kdepim/a2f94aa44a06b3021b1c6c12e54a31f573964069 diff --git a/messagelist/core/filter.h b/messagelist/core/filter.h index 102529b..ee3d0bb 100644 --- a/messagelist/core/filter.h +++ b/messagelist/core/filter.h @@ -70,13 +70,13 @@ public: * Returns the currently set status mask */ Akonadi::MessageStatus status() const - { return mStatus; }; + { return mStatus; } = /** * Sets the status mask for this filter. */ void setStatus( const Akonadi::MessageStatus &status ) - { mStatus =3D status; }; + { mStatus =3D status; } = /** * Sets the current folder of this filter. @@ -87,7 +87,7 @@ public: * Returns the currently set search string. */ const QString & searchString() const - { return mSearchString; }; + { return mSearchString; } = /** * Sets the search string for this filter. @@ -98,13 +98,13 @@ public: * Returns the currently set MessageItem::Tag id */ const QString & tagId() const - { return mTagId; }; + { return mTagId; } = /** * Sets the id of a MessageItem::Tag that the matching messages must con= tain. */ void setTagId( const QString &tagId ) - { mTagId =3D tagId; }; + { mTagId =3D tagId; } = /** * Clears this filter (sets status to 0, search string and tag id to emp= ty strings)