[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim] messagelist/core: Minor
From:       Montel Laurent <montel () kde ! org>
Date:       2012-08-31 20:24:16
Message-ID: 20120831202416.8EF0FA60C6 () git ! kde ! org
[Download RAW message or body]

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 = status; };
+   { mStatus = 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 contain.
    */
   void setTagId( const QString &tagId )
-   { mTagId = tagId; };
+   { mTagId = tagId; }
 
   /**
    * Clears this filter (sets status to 0, search string and tag id to empty strings)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic