Hello community,

here is the log from the commit of package attica-qt5 for openSUSE:Factory 
checked in at 2015-03-16 09:26:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/attica-qt5 (Old)
 and      /work/SRC/openSUSE:Factory/.attica-qt5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "attica-qt5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/attica-qt5/attica-qt5.changes    2015-02-16 
17:22:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.attica-qt5.new/attica-qt5.changes       
2015-03-16 09:26:43.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Mar  7 16:58:31 UTC 2015 - [email protected]
+
+- Update to 5.8.0
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.8.0.php
+
+-------------------------------------------------------------------

Old:
----
  attica-5.7.0.tar.xz

New:
----
  attica-5.8.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ attica-qt5.spec ++++++
--- /var/tmp/diff_new_pack.2NNHrT/_old  2015-03-16 09:26:44.000000000 +0100
+++ /var/tmp/diff_new_pack.2NNHrT/_new  2015-03-16 09:26:44.000000000 +0100
@@ -19,7 +19,7 @@
 %define sonum   5
 %define rname attica
 %define _libname KF5Attica
-%define _tar_path 5.7
+%define _tar_path 5.8
 Name:           attica-qt5
 Version:        %{_tar_path}.0
 Release:        0
@@ -30,7 +30,7 @@
 Source:         
http://download.kde.org/stable/frameworks/%{_tar_path}/%{rname}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.7.0
+BuildRequires:  extra-cmake-modules >= 1.8.0
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0

++++++ attica-5.7.0.tar.xz -> attica-5.8.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/CMakeLists.txt 
new/attica-5.8.0/CMakeLists.txt
--- old/attica-5.7.0/CMakeLists.txt     2015-01-24 15:12:30.000000000 +0100
+++ new/attica-5.8.0/CMakeLists.txt     2015-02-25 15:16:37.000000000 +0100
@@ -3,7 +3,7 @@
 project(Attica)
 
 # ECM setup
-find_package(ECM 1.7.0 REQUIRED NO_MODULE)
+find_package(ECM 1.8.0 REQUIRED NO_MODULE)
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
 include(FeatureSummary)
@@ -15,7 +15,7 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "5.7.0") # handled by release scripts
+set(KF5_VERSION "5.8.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION}
     VARIABLE_PREFIX ATTICA
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/accountbalanceparser.h 
new/attica-5.8.0/src/accountbalanceparser.h
--- old/attica-5.7.0/src/accountbalanceparser.h 2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/accountbalanceparser.h 2015-02-25 15:16:37.000000000 
+0100
@@ -33,8 +33,8 @@
 class AccountBalance::Parser : public Attica::Parser<AccountBalance>
 {
 private:
-    AccountBalance parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    AccountBalance parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/achievementparser.h 
new/attica-5.8.0/src/achievementparser.h
--- old/attica-5.7.0/src/achievementparser.h    2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/achievementparser.h    2015-02-25 15:16:37.000000000 
+0100
@@ -33,11 +33,11 @@
 class Achievement::Parser : public Attica::Parser<Achievement>
 {
 private:
-    Achievement parseXml(QXmlStreamReader &xml);
+    Achievement parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
     QStringList parseXmlOptions(QXmlStreamReader &xml);
     QStringList parseXmlDependencies(QXmlStreamReader &xml);
     QVariant parseXmlProgress(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/activityparser.h 
new/attica-5.8.0/src/activityparser.h
--- old/attica-5.7.0/src/activityparser.h       2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/activityparser.h       2015-02-25 15:16:37.000000000 
+0100
@@ -33,8 +33,8 @@
 class Activity::Parser : public Attica::Parser<Activity>
 {
 private:
-    Activity parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    Activity parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/buildservicejoboutputparser.h 
new/attica-5.8.0/src/buildservicejoboutputparser.h
--- old/attica-5.7.0/src/buildservicejoboutputparser.h  2015-01-24 
15:12:30.000000000 +0100
+++ new/attica-5.8.0/src/buildservicejoboutputparser.h  2015-02-25 
15:16:37.000000000 +0100
@@ -33,8 +33,8 @@
 class BuildServiceJobOutput::Parser  : public 
Attica::Parser<BuildServiceJobOutput>
 {
 public:
-    BuildServiceJobOutput parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    BuildServiceJobOutput parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 } // namespace Attica
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/buildservicejobparser.h 
new/attica-5.8.0/src/buildservicejobparser.h
--- old/attica-5.7.0/src/buildservicejobparser.h        2015-01-24 
15:12:30.000000000 +0100
+++ new/attica-5.8.0/src/buildservicejobparser.h        2015-02-25 
15:16:37.000000000 +0100
@@ -33,8 +33,8 @@
 class BuildServiceJob::Parser : public Attica::Parser<BuildServiceJob>
 {
 private:
-    BuildServiceJob parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    BuildServiceJob parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/buildserviceparser.h 
new/attica-5.8.0/src/buildserviceparser.h
--- old/attica-5.7.0/src/buildserviceparser.h   2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/buildserviceparser.h   2015-02-25 15:16:37.000000000 
+0100
@@ -33,8 +33,8 @@
 class BuildService::Parser : public Attica::Parser<BuildService>
 {
 private:
-    BuildService parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    BuildService parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/categoryparser.h 
new/attica-5.8.0/src/categoryparser.h
--- old/attica-5.7.0/src/categoryparser.h       2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/categoryparser.h       2015-02-25 15:16:37.000000000 
+0100
@@ -33,8 +33,8 @@
 class Category::Parser : public Attica::Parser<Category>
 {
 private:
-    Category parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    Category parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/commentparser.h 
new/attica-5.8.0/src/commentparser.h
--- old/attica-5.7.0/src/commentparser.h        2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/commentparser.h        2015-02-25 15:16:37.000000000 
+0100
@@ -34,9 +34,9 @@
 class Comment::Parser : public Attica::Parser<Comment>
 {
 private:
-    Comment parseXml(QXmlStreamReader &xml);
+    Comment parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
     QList<Comment> parseXmlChildren(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/contentparser.h 
new/attica-5.8.0/src/contentparser.h
--- old/attica-5.7.0/src/contentparser.h        2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/contentparser.h        2015-02-25 15:16:37.000000000 
+0100
@@ -33,8 +33,8 @@
 class Content::Parser : public Attica::Parser<Content>
 {
 private:
-    Content parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    Content parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/distributionparser.h 
new/attica-5.8.0/src/distributionparser.h
--- old/attica-5.7.0/src/distributionparser.h   2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/distributionparser.h   2015-02-25 15:16:37.000000000 
+0100
@@ -34,8 +34,8 @@
 class Distribution::Parser : public Attica::Parser<Distribution>
 {
 private:
-    Distribution parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    Distribution parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/downloaditemparser.h 
new/attica-5.8.0/src/downloaditemparser.h
--- old/attica-5.7.0/src/downloaditemparser.h   2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/downloaditemparser.h   2015-02-25 15:16:37.000000000 
+0100
@@ -33,8 +33,8 @@
 class DownloadItem::Parser : public Attica::Parser<DownloadItem>
 {
 private:
-    DownloadItem parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    DownloadItem parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/eventparser.h 
new/attica-5.8.0/src/eventparser.h
--- old/attica-5.7.0/src/eventparser.h  2015-01-24 15:12:30.000000000 +0100
+++ new/attica-5.8.0/src/eventparser.h  2015-02-25 15:16:37.000000000 +0100
@@ -33,8 +33,8 @@
 class Event::Parser : public Attica::Parser<Event>
 {
 private:
-    Event parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    Event parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/folderparser.h 
new/attica-5.8.0/src/folderparser.h
--- old/attica-5.7.0/src/folderparser.h 2015-01-24 15:12:30.000000000 +0100
+++ new/attica-5.8.0/src/folderparser.h 2015-02-25 15:16:37.000000000 +0100
@@ -33,8 +33,8 @@
 class Folder::Parser : public Attica::Parser<Folder>
 {
 private:
-    Folder parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    Folder parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/forumparser.h 
new/attica-5.8.0/src/forumparser.h
--- old/attica-5.7.0/src/forumparser.h  2015-01-24 15:12:30.000000000 +0100
+++ new/attica-5.8.0/src/forumparser.h  2015-02-25 15:16:37.000000000 +0100
@@ -33,9 +33,9 @@
 class Forum::Parser : public Attica::Parser<Forum>
 {
 private:
-    Forum parseXml(QXmlStreamReader &xml);
+    Forum parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
     QList<Forum> parseXmlChildren(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/homepagetypeparser.h 
new/attica-5.8.0/src/homepagetypeparser.h
--- old/attica-5.7.0/src/homepagetypeparser.h   2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/homepagetypeparser.h   2015-02-25 15:16:37.000000000 
+0100
@@ -34,8 +34,8 @@
 class HomePageType::Parser : public Attica::Parser<HomePageType>
 {
 private:
-    HomePageType parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    HomePageType parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/knowledgebaseentryparser.h 
new/attica-5.8.0/src/knowledgebaseentryparser.h
--- old/attica-5.7.0/src/knowledgebaseentryparser.h     2015-01-24 
15:12:30.000000000 +0100
+++ new/attica-5.8.0/src/knowledgebaseentryparser.h     2015-02-25 
15:16:37.000000000 +0100
@@ -34,8 +34,8 @@
 class KnowledgeBaseEntry::Parser : public Attica::Parser<KnowledgeBaseEntry>
 {
 private:
-    KnowledgeBaseEntry parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    KnowledgeBaseEntry parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/licenseparser.h 
new/attica-5.8.0/src/licenseparser.h
--- old/attica-5.7.0/src/licenseparser.h        2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/licenseparser.h        2015-02-25 15:16:37.000000000 
+0100
@@ -31,8 +31,8 @@
 class License::Parser : public Attica::Parser<License>
 {
 private:
-    License parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    License parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/messageparser.h 
new/attica-5.8.0/src/messageparser.h
--- old/attica-5.7.0/src/messageparser.h        2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/messageparser.h        2015-02-25 15:16:37.000000000 
+0100
@@ -43,8 +43,8 @@
 class Message::Parser : public Attica::Parser<Message>
 {
 private:
-    Message parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    Message parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/personparser.h 
new/attica-5.8.0/src/personparser.h
--- old/attica-5.7.0/src/personparser.h 2015-01-24 15:12:30.000000000 +0100
+++ new/attica-5.8.0/src/personparser.h 2015-02-25 15:16:37.000000000 +0100
@@ -35,8 +35,8 @@
 class ATTICA_EXPORT Person::Parser : public Attica::Parser<Person>
 {
 private:
-    Person parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    Person parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/privatedataparser.h 
new/attica-5.8.0/src/privatedataparser.h
--- old/attica-5.7.0/src/privatedataparser.h    2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/privatedataparser.h    2015-02-25 15:16:37.000000000 
+0100
@@ -33,8 +33,8 @@
 class PrivateData::Parser : public Attica::Parser<PrivateData>
 {
 private:
-    PrivateData parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    PrivateData parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/projectparser.h 
new/attica-5.8.0/src/projectparser.h
--- old/attica-5.7.0/src/projectparser.h        2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/projectparser.h        2015-02-25 15:16:37.000000000 
+0100
@@ -33,8 +33,8 @@
 class Project::Parser : public Attica::Parser<Project>
 {
 private:
-    Project parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    Project parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/publisherfieldparser.h 
new/attica-5.8.0/src/publisherfieldparser.h
--- old/attica-5.7.0/src/publisherfieldparser.h 2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/publisherfieldparser.h 2015-02-25 15:16:37.000000000 
+0100
@@ -32,8 +32,8 @@
 class PublisherField::Parser : public Attica::Parser<PublisherField>
 {
 private:
-    PublisherField parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    PublisherField parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 } // namespace Attica
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/publisherparser.h 
new/attica-5.8.0/src/publisherparser.h
--- old/attica-5.7.0/src/publisherparser.h      2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/publisherparser.h      2015-02-25 15:16:37.000000000 
+0100
@@ -33,8 +33,8 @@
 class Publisher::Parser : public Attica::Parser<Publisher>
 {
 private:
-    Publisher parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    Publisher parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/remoteaccountparser.h 
new/attica-5.8.0/src/remoteaccountparser.h
--- old/attica-5.7.0/src/remoteaccountparser.h  2015-01-24 15:12:30.000000000 
+0100
+++ new/attica-5.8.0/src/remoteaccountparser.h  2015-02-25 15:16:37.000000000 
+0100
@@ -33,8 +33,8 @@
 class RemoteAccount::Parser : public Attica::Parser<RemoteAccount>
 {
 private:
-    RemoteAccount parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    RemoteAccount parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/attica-5.7.0/src/topicparser.h 
new/attica-5.8.0/src/topicparser.h
--- old/attica-5.7.0/src/topicparser.h  2015-01-24 15:12:30.000000000 +0100
+++ new/attica-5.8.0/src/topicparser.h  2015-02-25 15:16:37.000000000 +0100
@@ -33,8 +33,8 @@
 class Topic::Parser : public Attica::Parser<Topic>
 {
 private:
-    Topic parseXml(QXmlStreamReader &xml);
-    QStringList xmlElement() const;
+    Topic parseXml(QXmlStreamReader &xml) Q_DECL_OVERRIDE;
+    QStringList xmlElement() const Q_DECL_OVERRIDE;
 };
 
 }

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to