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

List:       kde-commits
Subject:    [kdepim] /: Remove virtual when not necessary
From:       Montel Laurent <montel () kde ! org>
Date:       2014-12-19 7:57:58
Message-ID: E1Y1sRi-0003wU-Nc () scm ! kde ! org
[Download RAW message or body]

Git commit c4ac74338d3175bb4f87412ee4756be2dd5539fe by Montel Laurent.
Committed on 19/12/2014 at 07:45.
Pushed by mlaurent into branch 'master'.

Remove virtual when not necessary

M  +1    -1    incidenceeditor-ng/opencomposerjob.h
M  +1    -1    korganizer/htmlexportjob.h
M  +1    -1    messagecomposer/job/distributionlistexpandjob.h
M  +1    -1    messagecore/attachment/attachmentcompressjob.h
M  +1    -1    messagecore/attachment/attachmentloadjob.h
M  +1    -1    messagecore/attachment/attachmentupdatejob.h

http://commits.kde.org/kdepim/c4ac74338d3175bb4f87412ee4756be2dd5539fe

diff --git a/incidenceeditor-ng/opencomposerjob.h \
b/incidenceeditor-ng/opencomposerjob.h index d9765c6..2461e78 100644
--- a/incidenceeditor-ng/opencomposerjob.h
+++ b/incidenceeditor-ng/opencomposerjob.h
@@ -38,7 +38,7 @@ public:
                              const KMime::Message::Ptr &message, const \
KIdentityManagement::Identity &identity);  virtual ~OpenComposerJob();
 
-    virtual void start() Q_DECL_OVERRIDE;
+    void start() Q_DECL_OVERRIDE;
 
 private Q_SLOTS:
     void slotServiceOwnerChanged(const QString &, const QString &, const QString &);
diff --git a/korganizer/htmlexportjob.h b/korganizer/htmlexportjob.h
index f69cbac..97c19c6 100644
--- a/korganizer/htmlexportjob.h
+++ b/korganizer/htmlexportjob.h
@@ -62,7 +62,7 @@ public:
 
     void addHoliday(const QDate &date, const QString &name);
 
-    virtual void start() Q_DECL_OVERRIDE;
+    void start() Q_DECL_OVERRIDE;
     HTMLExportSettings *settings() const;
 
 protected:
diff --git a/messagecomposer/job/distributionlistexpandjob.h \
b/messagecomposer/job/distributionlistexpandjob.h index b965750..c4df162 100644
--- a/messagecomposer/job/distributionlistexpandjob.h
+++ b/messagecomposer/job/distributionlistexpandjob.h
@@ -51,7 +51,7 @@ public:
     /**
      * Starts the job.
      */
-    virtual void start() Q_DECL_OVERRIDE;
+    void start() Q_DECL_OVERRIDE;
 
     /**
      * Returns the email addresses of the list members.
diff --git a/messagecore/attachment/attachmentcompressjob.h \
b/messagecore/attachment/attachmentcompressjob.h index b5a6e37..551415b 100644
--- a/messagecore/attachment/attachmentcompressjob.h
+++ b/messagecore/attachment/attachmentcompressjob.h
@@ -55,7 +55,7 @@ public:
     /**
      * Starts the attachment compress job.
      */
-    virtual void start() Q_DECL_OVERRIDE;
+    void start() Q_DECL_OVERRIDE;
 
     /**
      * Sets the original @p part of the compressed attachment.
diff --git a/messagecore/attachment/attachmentloadjob.h \
b/messagecore/attachment/attachmentloadjob.h index 901de8e..3ad73f1 100644
--- a/messagecore/attachment/attachmentloadjob.h
+++ b/messagecore/attachment/attachmentloadjob.h
@@ -54,7 +54,7 @@ public:
     /**
      * Starts the attachment load job.
      */
-    virtual void start() Q_DECL_OVERRIDE;
+    void start() Q_DECL_OVERRIDE;
 
     /**
      * Returns the loaded attachment.
diff --git a/messagecore/attachment/attachmentupdatejob.h \
b/messagecore/attachment/attachmentupdatejob.h index 2e15e93..5a8c8e1 100644
--- a/messagecore/attachment/attachmentupdatejob.h
+++ b/messagecore/attachment/attachmentupdatejob.h
@@ -31,7 +31,7 @@ public:
     AttachmentUpdateJob(const AttachmentPart::Ptr &part, QObject *parent = \
Q_NULLPTR);  ~AttachmentUpdateJob();
 
-    virtual void start() Q_DECL_OVERRIDE;
+    void start() Q_DECL_OVERRIDE;
     AttachmentPart::Ptr originalPart() const;
     AttachmentPart::Ptr updatedPart() const;
 private:


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

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