diff -Nru attica-kf5-5.92.0/CMakeLists.txt attica-kf5-5.98.0/CMakeLists.txt --- attica-kf5-5.92.0/CMakeLists.txt 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/CMakeLists.txt 2022-09-05 09:21:08.000000000 +0000 @@ -1,11 +1,11 @@ cmake_minimum_required(VERSION 3.16) -set(KF_VERSION "5.92.0") # handled by release scripts +set(KF_VERSION "5.98.0") # handled by release scripts project(Attica VERSION ${KF_VERSION}) # ECM setup include(FeatureSummary) -find_package(ECM 5.92.0 NO_MODULE) +find_package(ECM 5.98.0 NO_MODULE) set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) @@ -22,6 +22,7 @@ include(ECMGenerateHeaders) include(CMakePackageConfigHelpers) # Used to create CMake config files include(ECMQtDeclareLoggingCategory) +include(ECMDeprecationSettings) include(ECMAddQch) set(EXCLUDE_DEPRECATED_BEFORE_AND_AT 0 CACHE STRING "Control the range of deprecated API excluded from the build [default=0].") @@ -45,7 +46,11 @@ # Enable static build option(ATTICA_STATIC_BUILD "Build a static library" Off) -add_definitions(-DQT_DISABLE_DEPRECATED_BEFORE=0x050f02) + +ecm_set_disabled_deprecation_versions( + QT 5.15.2 +) + add_subdirectory(src) # Enable unit testing diff -Nru attica-kf5-5.92.0/CTestConfig.cmake attica-kf5-5.98.0/CTestConfig.cmake --- attica-kf5-5.92.0/CTestConfig.cmake 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/CTestConfig.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,13 +0,0 @@ -## This file should be placed in the root directory of your project. -## Then modify the CMakeLists.txt file in the root directory of your -## project to incorporate the testing dashboard. -## # The following are required to uses Dart and the Cdash dashboard -## ENABLE_TESTING() -## INCLUDE(CTest) -set(CTEST_PROJECT_NAME "attica") -set(CTEST_NIGHTLY_START_TIME "00:00:00 UTC") - -set(CTEST_DROP_METHOD "http") -set(CTEST_DROP_SITE "my.cdash.org") -set(CTEST_DROP_LOCATION "/submit.php?project=attica") -set(CTEST_DROP_SITE_CDASH TRUE) diff -Nru attica-kf5-5.92.0/CTestCustom.cmake attica-kf5-5.98.0/CTestCustom.cmake --- attica-kf5-5.92.0/CTestCustom.cmake 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/CTestCustom.cmake 1970-01-01 00:00:00.000000000 +0000 @@ -1,22 +0,0 @@ -# This file contains all the specific settings that will be used -# when running 'make Experimental' - -# Change the maximum warnings that will be displayed -# on the report page (default 50) -set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS 1000) - -# Errors that will be ignored -set(CTEST_CUSTOM_ERROR_EXCEPTION - ${CTEST_CUSTOM_ERROR_EXCEPTION} - "ICECC" - "Segmentation fault" - "GConf Error" - "Client failed to connect to the D-BUS daemon" - "Failed to connect to socket" - "qlist.h.*increases required alignment of target type" - "qmap.h.*increases required alignment of target type" - "qhash.h.*increases required alignment of target type" - ) - -# No coverage for these files -set(CTEST_CUSTOM_COVERAGE_EXCLUDE ".moc$" "moc_" "ui_") diff -Nru attica-kf5-5.92.0/debian/changelog attica-kf5-5.98.0/debian/changelog --- attica-kf5-5.92.0/debian/changelog 2022-03-16 16:24:49.000000000 +0000 +++ attica-kf5-5.98.0/debian/changelog 2022-09-05 13:32:52.000000000 +0000 @@ -1,3 +1,42 @@ +attica-kf5 (5.98.0-0ubuntu1~ubuntu22.04~ppa1) jammy; urgency=high + + * New upstream release (5.98.0) + + -- Rik Mills Mon, 05 Sep 2022 14:32:52 +0100 + +attica-kf5 (5.97.0-0ubuntu1) kinetic; urgency=medium + + * New upstream release (5.97.0) + + -- Rik Mills Sat, 13 Aug 2022 14:01:41 +0100 + +attica-kf5 (5.96.0-0ubuntu1) kinetic; urgency=medium + + * New upstream release (5.96.0) + * Update symbols. + * Update lintian overrides. + + -- Rik Mills Sat, 09 Jul 2022 16:27:55 +0100 + +attica-kf5 (5.95.0-0ubuntu1) kinetic; urgency=medium + + * New upstream release (5.95.0) + + -- Rik Mills Sat, 11 Jun 2022 09:53:06 +0100 + +attica-kf5 (5.94.0-0ubuntu1) kinetic; urgency=medium + + * New upstream release (5.94.0) + * Disable acc test. + + -- Rik Mills Thu, 12 May 2022 16:16:52 +0100 + +attica-kf5 (5.93.0-0ubuntu1) kinetic; urgency=medium + + * New upstream release (5.93.0) + + -- Rik Mills Fri, 29 Apr 2022 08:20:25 +0100 + attica-kf5 (5.92.0-0ubuntu1) jammy; urgency=medium * New upstream release (5.92.0) diff -Nru attica-kf5-5.92.0/debian/control attica-kf5-5.98.0/debian/control --- attica-kf5-5.92.0/debian/control 2022-03-16 16:24:49.000000000 +0000 +++ attica-kf5-5.98.0/debian/control 2022-09-05 13:32:52.000000000 +0000 @@ -7,7 +7,7 @@ Build-Depends: cmake (>= 3.16~), debhelper-compat (= 13), doxygen, - extra-cmake-modules (>= 5.92.0~), + extra-cmake-modules (>= 5.98.0~), libqt5sql5-sqlite:native, pkg-kde-tools (>= 0.15.15ubuntu1~), qtbase5-dev (>= 5.15.2~), diff -Nru attica-kf5-5.92.0/debian/libkf5attica5.symbols attica-kf5-5.98.0/debian/libkf5attica5.symbols --- attica-kf5-5.92.0/debian/libkf5attica5.symbols 2022-03-16 16:24:49.000000000 +0000 +++ attica-kf5-5.98.0/debian/libkf5attica5.symbols 2022-09-05 13:32:52.000000000 +0000 @@ -1,4 +1,4 @@ -# SymbolsHelper-Confirmed: 5.87.0 amd64 arm64 armhf ppc64el s390x +# SymbolsHelper-Confirmed: 5.96.0 amd64 arm64 armhf ppc64el s390x libKF5Attica.so.5 libkf5attica5 #MINVER# * Build-Depends-Package: libkf5attica-dev (optional=templinst)_ZN6Attica10ItemPutJobINS_11AchievementEE5parseERK7QString@Base 4.96.0 @@ -21,10 +21,6 @@ _ZN6Attica11Achievement29achievementVisibilityToStringENS0_10VisibilityE@Base 4.96.0 _ZN6Attica11Achievement29stringToAchievementVisibilityERK7QString@Base 4.96.0 _ZN6Attica11Achievement5setIdERK7QString@Base 4.96.0 - _ZN6Attica11Achievement6Parser15parseXmlOptionsER16QXmlStreamReader@Base 4.96.0 - _ZN6Attica11Achievement6Parser16parseXmlProgressER16QXmlStreamReader@Base 4.96.0 - _ZN6Attica11Achievement6Parser20parseXmlDependenciesER16QXmlStreamReader@Base 4.96.0 - _ZN6Attica11Achievement6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica11Achievement7setNameERK7QString@Base 4.96.0 _ZN6Attica11Achievement7setTypeENS0_4TypeE@Base 4.96.0 _ZN6Attica11Achievement8setImageERK4QUrl@Base 4.96.0 @@ -85,7 +81,6 @@ (optional=templinst)_ZN6Attica11ItemPostJobINS_9PublisherEEC2EPNS_17PlatformDependentERK15QNetworkRequestRK4QMapI7QStringS9_E@Base 4.96.0 _ZN6Attica11PrivateData12setAttributeERK7QStringS3_@Base 4.96.0 _ZN6Attica11PrivateData12setTimestampERK7QStringRK9QDateTime@Base 4.96.0 - _ZN6Attica11PrivateData6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica11PrivateDataC1ERKS0_@Base 4.96.0 _ZN6Attica11PrivateDataC1Ev@Base 4.96.0 _ZN6Attica11PrivateDataC2ERKS0_@Base 4.96.0 @@ -94,7 +89,6 @@ _ZN6Attica11PrivateDataD2Ev@Base 4.96.0 _ZN6Attica11PrivateDataaSERKS0_@Base 4.96.0 _ZN6Attica12BuildService5setIdERK7QString@Base 4.96.0 - _ZN6Attica12BuildService6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica12BuildService6setUrlERK7QString@Base 4.96.0 _ZN6Attica12BuildService7setNameERK7QString@Base 4.96.0 _ZN6Attica12BuildService9addTargetERKNS_6TargetE@Base 4.96.0 @@ -106,7 +100,6 @@ _ZN6Attica12BuildServiceD2Ev@Base 4.96.0 _ZN6Attica12BuildServiceaSERKS0_@Base 4.96.0 _ZN6Attica12Distribution5setIdEj@Base 4.96.0 - _ZN6Attica12Distribution6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica12Distribution7setNameERK7QString@Base 4.96.0 _ZN6Attica12DistributionC1ERKS0_@Base 4.96.0 _ZN6Attica12DistributionC1Ev@Base 4.96.0 @@ -121,7 +114,6 @@ _ZN6Attica12DownloadItem17setGpgFingerprintERK7QString@Base 4.96.0 _ZN6Attica12DownloadItem20setPackageRepositoryERK7QString@Base 4.96.0 _ZN6Attica12DownloadItem4typeEv@Base 4.96.0 - _ZN6Attica12DownloadItem6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica12DownloadItem6setUrlERK4QUrl@Base 4.96.0 _ZN6Attica12DownloadItem7setTypeENS_19DownloadDescription4TypeE@Base 4.96.0 _ZN6Attica12DownloadItemC1ERKS0_@Base 4.96.0 @@ -132,7 +124,6 @@ _ZN6Attica12DownloadItemD2Ev@Base 4.96.0 _ZN6Attica12DownloadItemaSERKS0_@Base 4.96.0 _ZN6Attica12HomePageType5setIdEj@Base 4.96.0 - _ZN6Attica12HomePageType6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica12HomePageType7setNameERK7QString@Base 4.96.0 _ZN6Attica12HomePageTypeC1ERKS0_@Base 4.96.0 _ZN6Attica12HomePageTypeC1Ev@Base 4.96.0 @@ -156,7 +147,6 @@ _ZN6Attica13RemoteAccount11setPasswordERK7QString@Base 4.96.0 _ZN6Attica13RemoteAccount18setRemoteServiceIdERK7QString@Base 4.96.0 _ZN6Attica13RemoteAccount5setIdERK7QString@Base 4.96.0 - _ZN6Attica13RemoteAccount6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica13RemoteAccount7setDataERK7QString@Base 4.96.0 _ZN6Attica13RemoteAccount7setTypeERK7QString@Base 4.96.0 _ZN6Attica13RemoteAccount8setLoginERK7QString@Base 4.96.0 @@ -169,7 +159,6 @@ _ZN6Attica13RemoteAccountaSERKS0_@Base 4.96.0 _ZN6Attica14AccountBalance10setBalanceERK7QString@Base 4.96.0 _ZN6Attica14AccountBalance11setCurrencyERK7QString@Base 4.96.0 - _ZN6Attica14AccountBalance6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica14AccountBalanceC1ERKS0_@Base 4.96.0 _ZN6Attica14AccountBalanceC1Ev@Base 4.96.0 _ZN6Attica14AccountBalanceC2ERKS0_@Base 4.96.0 @@ -177,7 +166,6 @@ _ZN6Attica14AccountBalanceD1Ev@Base 4.96.0 _ZN6Attica14AccountBalanceD2Ev@Base 4.96.0 _ZN6Attica14AccountBalanceaSERKS0_@Base 4.96.0 - _ZN6Attica14PublisherField6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica14PublisherField7setDataERK7QString@Base 4.96.0 _ZN6Attica14PublisherField7setNameERK7QString@Base 4.96.0 _ZN6Attica14PublisherField7setTypeERK7QString@Base 4.96.0 @@ -193,7 +181,6 @@ _ZN6Attica15BuildServiceJob12setProjectIdERK7QString@Base 4.96.0 _ZN6Attica15BuildServiceJob17setBuildServiceIdERK7QString@Base 4.96.0 _ZN6Attica15BuildServiceJob5setIdERK7QString@Base 4.96.0 - _ZN6Attica15BuildServiceJob6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica15BuildServiceJob6setUrlERK7QString@Base 4.96.0 _ZN6Attica15BuildServiceJob7setNameERK7QString@Base 4.96.0 _ZN6Attica15BuildServiceJob9setStatusEi@Base 4.96.0 @@ -239,7 +226,6 @@ _ZN6Attica18KnowledgeBaseEntry14setDescriptionERK7QString@Base 4.96.0 _ZN6Attica18KnowledgeBaseEntry20addExtendedAttributeERK7QStringS3_@Base 4.96.0 _ZN6Attica18KnowledgeBaseEntry5setIdE7QString@Base 4.96.0 - _ZN6Attica18KnowledgeBaseEntry6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica18KnowledgeBaseEntry7setNameERK7QString@Base 4.96.0 _ZN6Attica18KnowledgeBaseEntry7setUserERK7QString@Base 4.96.0 _ZN6Attica18KnowledgeBaseEntry9setAnswerERK7QString@Base 4.96.0 @@ -289,7 +275,6 @@ _ZN6Attica19DownloadDescriptionD1Ev@Base 4.96.0 _ZN6Attica19DownloadDescriptionD2Ev@Base 4.96.0 _ZN6Attica19DownloadDescriptionaSERKS0_@Base 4.96.0 - _ZN6Attica21BuildServiceJobOutput6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica21BuildServiceJobOutput9setOutputERK7QString@Base 4.96.0 _ZN6Attica21BuildServiceJobOutputC1ERKS0_@Base 4.96.0 _ZN6Attica21BuildServiceJobOutputC1Ev@Base 4.96.0 @@ -317,7 +302,6 @@ _ZN6Attica5Event14setDescriptionERK7QString@Base 4.96.0 _ZN6Attica5Event20addExtendedAttributeERK7QStringS3_@Base 4.96.0 _ZN6Attica5Event5setIdERK7QString@Base 4.96.0 - _ZN6Attica5Event6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica5Event7setCityERK7QString@Base 4.96.0 _ZN6Attica5Event7setNameERK7QString@Base 4.96.0 _ZN6Attica5Event7setUserERK7QString@Base 4.96.0 @@ -332,8 +316,6 @@ _ZN6Attica5Forum13setChildCountEi@Base 4.96.0 _ZN6Attica5Forum14setDescriptionERK7QString@Base 4.96.0 _ZN6Attica5Forum5setIdERK7QString@Base 4.96.0 - _ZN6Attica5Forum6Parser16parseXmlChildrenER16QXmlStreamReader@Base 4.96.0 - _ZN6Attica5Forum6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica5Forum7setDateERK9QDateTime@Base 4.96.0 _ZN6Attica5Forum7setIconERK4QUrl@Base 4.96.0 _ZN6Attica5Forum7setNameERK7QString@Base 4.96.0 @@ -350,7 +332,6 @@ _ZN6Attica5Topic10setSubjectERK7QString@Base 4.96.0 _ZN6Attica5Topic11setCommentsEi@Base 4.96.0 _ZN6Attica5Topic5setIdERK7QString@Base 4.96.0 - _ZN6Attica5Topic6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica5Topic7setDateERK9QDateTime@Base 4.96.0 _ZN6Attica5Topic7setUserERK7QString@Base 4.96.0 _ZN6Attica5TopicC1ERKS0_@Base 4.96.0 @@ -375,7 +356,6 @@ _ZN6Attica6ConfigaSERKS0_@Base 5.49.0 _ZN6Attica6Folder15setMessageCountEi@Base 4.96.0 _ZN6Attica6Folder5setIdERK7QString@Base 4.96.0 - _ZN6Attica6Folder6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica6Folder7setNameERK7QString@Base 4.96.0 _ZN6Attica6Folder7setTypeERK7QString@Base 4.96.0 _ZN6Attica6FolderC1ERKS0_@Base 4.96.0 @@ -597,8 +577,6 @@ _ZN6Attica7Comment13setChildCountEi@Base 4.96.0 _ZN6Attica7Comment19commentTypeToStringENS0_4TypeE@Base 4.96.0 _ZN6Attica7Comment5setIdERK7QString@Base 4.96.0 - _ZN6Attica7Comment6Parser16parseXmlChildrenER16QXmlStreamReader@Base 4.96.0 - _ZN6Attica7Comment6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica7Comment7setDateERK9QDateTime@Base 4.96.0 _ZN6Attica7Comment7setTextERK7QString@Base 4.96.0 _ZN6Attica7Comment7setUserERK7QString@Base 4.96.0 @@ -618,7 +596,6 @@ _ZN6Attica7Content19setNumberOfCommentsEi@Base 4.96.0 _ZN6Attica7Content5iconsEv@Base 4.96.0 _ZN6Attica7Content5setIdERK7QString@Base 4.96.0 - _ZN6Attica7Content6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica7Content6videosEv@Base 4.96.0 _ZN6Attica7Content7setNameERK7QString@Base 4.96.0 _ZN6Attica7Content7setTagsERK11QStringList@Base 5.50.0 @@ -684,7 +661,6 @@ (optional=templinst)_ZN6Attica7ItemJobINS_9PublisherEEC1EPNS_17PlatformDependentERK15QNetworkRequest@Base 4.96.0 (optional=templinst)_ZN6Attica7ItemJobINS_9PublisherEEC2EPNS_17PlatformDependentERK15QNetworkRequest@Base 4.96.0 _ZN6Attica7License5setIdEj@Base 4.96.0 - _ZN6Attica7License6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica7License6setUrlERK4QUrl@Base 4.96.0 _ZN6Attica7License7setNameERK7QString@Base 4.96.0 _ZN6Attica7LicenseC1ERKS0_@Base 4.96.0 @@ -763,7 +739,6 @@ _ZN6Attica7Message10setSubjectERK7QString@Base 4.96.0 _ZN6Attica7Message5setIdERK7QString@Base 4.96.0 _ZN6Attica7Message5setToERK7QString@Base 4.96.0 - _ZN6Attica7Message6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica7Message7setBodyERK7QString@Base 4.96.0 _ZN6Attica7Message7setFromERK7QString@Base 4.96.0 _ZN6Attica7Message7setSentERK9QDateTime@Base 4.96.0 @@ -795,7 +770,6 @@ _ZN6Attica7Project15setRequirementsERK7QString@Base 4.96.0 _ZN6Attica7Project20addExtendedAttributeERK7QStringS3_@Base 4.96.0 _ZN6Attica7Project5setIdERK7QString@Base 4.96.0 - _ZN6Attica7Project6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica7Project6setUrlERK7QString@Base 4.96.0 _ZN6Attica7Project7setNameERK7QString@Base 4.96.0 _ZN6Attica7ProjectC1ERKS0_@Base 4.96.0 @@ -809,7 +783,6 @@ _ZN6Attica8Activity12setTimestampERK9QDateTime@Base 4.96.0 _ZN6Attica8Activity19setAssociatedPersonERKNS_6PersonE@Base 4.96.0 _ZN6Attica8Activity5setIdERK7QString@Base 4.96.0 - _ZN6Attica8Activity6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica8Activity7setLinkERK4QUrl@Base 4.96.0 _ZN6Attica8ActivityC1ERKS0_@Base 4.96.0 _ZN6Attica8ActivityC1Ev@Base 4.96.0 @@ -820,7 +793,6 @@ _ZN6Attica8ActivityaSERKS0_@Base 4.96.0 _ZN6Attica8Category14setDisplayNameERK7QString@Base 5.35.0 _ZN6Attica8Category5setIdERK7QString@Base 4.96.0 - _ZN6Attica8Category6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica8Category7setNameERK7QString@Base 4.96.0 _ZN6Attica8CategoryC1ERKS0_@Base 4.96.0 _ZN6Attica8CategoryC1Ev@Base 4.96.0 @@ -969,7 +941,6 @@ _ZN6Attica9DeleteJobC1EPNS_17PlatformDependentERK15QNetworkRequest@Base 4.96.0 _ZN6Attica9DeleteJobC2EPNS_17PlatformDependentERK15QNetworkRequest@Base 4.96.0 _ZN6Attica9Publisher5setIdERK7QString@Base 4.96.0 - _ZN6Attica9Publisher6Parser8parseXmlER16QXmlStreamReader@Base 4.96.0 _ZN6Attica9Publisher6setUrlERK7QString@Base 4.96.0 _ZN6Attica9Publisher7setNameERK7QString@Base 4.96.0 _ZN6Attica9Publisher8addFieldERKNS_5FieldE@Base 4.96.0 @@ -991,7 +962,6 @@ _ZNK6Attica11Achievement4typeEv@Base 4.96.0 _ZNK6Attica11Achievement5imageEv@Base 4.96.0 _ZNK6Attica11Achievement5stepsEv@Base 4.96.0 - _ZNK6Attica11Achievement6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica11Achievement6pointsEv@Base 4.96.0 _ZNK6Attica11Achievement7isValidEv@Base 4.96.0 _ZNK6Attica11Achievement7optionsEv@Base 4.96.0 @@ -1007,28 +977,23 @@ (optional=templinst)_ZNK6Attica11ItemPostJobINS_7ProjectEE6resultEv@Base 4.96.0 (optional=templinst)_ZNK6Attica11ItemPostJobINS_9PublisherEE6resultEv@Base 4.96.0 _ZNK6Attica11PrivateData4keysEv@Base 4.96.0 - _ZNK6Attica11PrivateData6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica11PrivateData9attributeERK7QString@Base 4.96.0 _ZNK6Attica11PrivateData9timestampERK7QString@Base 4.96.0 _ZNK6Attica12BuildService2idEv@Base 4.96.0 _ZNK6Attica12BuildService3urlEv@Base 4.96.0 _ZNK6Attica12BuildService4nameEv@Base 4.96.0 - _ZNK6Attica12BuildService6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica12BuildService7isValidEv@Base 4.96.0 _ZNK6Attica12BuildService7targetsEv@Base 4.96.0 _ZNK6Attica12Distribution2idEv@Base 4.96.0 _ZNK6Attica12Distribution4nameEv@Base 4.96.0 - _ZNK6Attica12Distribution6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica12DownloadItem11packageNameEv@Base 4.96.0 _ZNK6Attica12DownloadItem12gpgSignatureEv@Base 4.96.0 _ZNK6Attica12DownloadItem14gpgFingerprintEv@Base 4.96.0 _ZNK6Attica12DownloadItem17packageRepositoryEv@Base 4.96.0 _ZNK6Attica12DownloadItem3urlEv@Base 4.96.0 - _ZNK6Attica12DownloadItem6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica12DownloadItem8mimeTypeEv@Base 4.96.0 _ZNK6Attica12HomePageType2idEv@Base 4.96.0 _ZNK6Attica12HomePageType4nameEv@Base 4.96.0 - _ZNK6Attica12HomePageType6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica13HomePageEntry3urlEv@Base 4.96.0 _ZNK6Attica13HomePageEntry4typeEv@Base 4.96.0 (optional=templinst)_ZNK6Attica13ItemDeleteJobINS_11AchievementEE6resultEv@Base 4.96.0 @@ -1037,23 +1002,19 @@ _ZNK6Attica13RemoteAccount4dataEv@Base 4.96.0 _ZNK6Attica13RemoteAccount4typeEv@Base 4.96.0 _ZNK6Attica13RemoteAccount5loginEv@Base 4.96.0 - _ZNK6Attica13RemoteAccount6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica13RemoteAccount7isValidEv@Base 4.96.0 _ZNK6Attica13RemoteAccount8passwordEv@Base 4.96.0 - _ZNK6Attica14AccountBalance6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica14AccountBalance7balanceEv@Base 4.96.0 _ZNK6Attica14AccountBalance8currencyEv@Base 4.96.0 _ZNK6Attica14PublisherField4dataEv@Base 4.96.0 _ZNK6Attica14PublisherField4nameEv@Base 4.96.0 _ZNK6Attica14PublisherField4typeEv@Base 4.96.0 - _ZNK6Attica14PublisherField6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica14PublisherField7isValidEv@Base 4.96.0 _ZNK6Attica15BuildServiceJob11isCompletedEv@Base 4.96.0 _ZNK6Attica15BuildServiceJob14buildServiceIdEv@Base 4.96.0 _ZNK6Attica15BuildServiceJob2idEv@Base 4.96.0 _ZNK6Attica15BuildServiceJob3urlEv@Base 4.96.0 _ZNK6Attica15BuildServiceJob4nameEv@Base 4.96.0 - _ZNK6Attica15BuildServiceJob6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica15BuildServiceJob6targetEv@Base 4.96.0 _ZNK6Attica15BuildServiceJob7isValidEv@Base 4.96.0 _ZNK6Attica15BuildServiceJob7messageEv@Base 4.96.0 @@ -1074,7 +1035,6 @@ _ZNK6Attica18KnowledgeBaseEntry2idEv@Base 4.96.0 _ZNK6Attica18KnowledgeBaseEntry4nameEv@Base 4.96.0 _ZNK6Attica18KnowledgeBaseEntry4userEv@Base 4.96.0 - _ZNK6Attica18KnowledgeBaseEntry6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica18KnowledgeBaseEntry6answerEv@Base 4.96.0 _ZNK6Attica18KnowledgeBaseEntry6statusEv@Base 4.96.0 _ZNK6Attica18KnowledgeBaseEntry7changedEv@Base 4.96.0 @@ -1096,7 +1056,6 @@ _ZNK6Attica19DownloadDescription4typeEv@Base 5.3.0+git20141010 _ZNK6Attica19DownloadDescription8categoryEv@Base 5.3.0+git20141010 _ZNK6Attica19DownloadDescription8hasPriceEv@Base 5.3.0+git20141010 - _ZNK6Attica21BuildServiceJobOutput6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica21BuildServiceJobOutput6outputEv@Base 4.96.0 _ZNK6Attica21BuildServiceJobOutput7isValidEv@Base 4.96.0 _ZNK6Attica4Icon3urlEv@Base 4.96.0 @@ -1109,7 +1068,6 @@ _ZNK6Attica5Event4cityEv@Base 4.96.0 _ZNK6Attica5Event4nameEv@Base 4.96.0 _ZNK6Attica5Event4userEv@Base 4.96.0 - _ZNK6Attica5Event6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica5Event7countryEv@Base 4.96.0 _ZNK6Attica5Event7endDateEv@Base 4.96.0 _ZNK6Attica5Event7isValidEv@Base 4.96.0 @@ -1123,14 +1081,12 @@ _ZNK6Attica5Forum4dateEv@Base 4.96.0 _ZNK6Attica5Forum4iconEv@Base 4.96.0 _ZNK6Attica5Forum4nameEv@Base 4.96.0 - _ZNK6Attica5Forum6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica5Forum6topicsEv@Base 4.96.0 _ZNK6Attica5Forum7isValidEv@Base 4.96.0 _ZNK6Attica5Forum8childrenEv@Base 4.96.0 _ZNK6Attica5Topic2idEv@Base 4.96.0 _ZNK6Attica5Topic4dateEv@Base 4.96.0 _ZNK6Attica5Topic4userEv@Base 4.96.0 - _ZNK6Attica5Topic6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica5Topic7contentEv@Base 4.96.0 _ZNK6Attica5Topic7forumIdEv@Base 4.96.0 _ZNK6Attica5Topic7isValidEv@Base 4.96.0 @@ -1147,7 +1103,6 @@ _ZNK6Attica6Folder2idEv@Base 4.96.0 _ZNK6Attica6Folder4nameEv@Base 4.96.0 _ZNK6Attica6Folder4typeEv@Base 4.96.0 - _ZNK6Attica6Folder6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica6Folder7isValidEv@Base 4.96.0 _ZNK6Attica6GetJob10metaObjectEv@Base 4.96.0 (optional=templinst)_ZNK6Attica6ParserINS_11AchievementEE8metadataEv@Base 4.96.0 @@ -1201,7 +1156,6 @@ _ZNK6Attica7Comment4textEv@Base 4.96.0 _ZNK6Attica7Comment4userEv@Base 4.96.0 _ZNK6Attica7Comment5scoreEv@Base 4.96.0 - _ZNK6Attica7Comment6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica7Comment7isValidEv@Base 4.96.0 _ZNK6Attica7Comment7subjectEv@Base 4.96.0 _ZNK6Attica7Comment8childrenEv@Base 4.96.0 @@ -1219,7 +1173,6 @@ _ZNK6Attica7Content4nameEv@Base 4.96.0 _ZNK6Attica7Content4tagsEv@Base 5.50.0 _ZNK6Attica7Content5iconsEv@Base 5.21.0 - _ZNK6Attica7Content6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica7Content6authorEv@Base 4.96.0 _ZNK6Attica7Content6dependEv@Base 4.96.0 _ZNK6Attica7Content6ratingEv@Base 4.96.0 @@ -1252,7 +1205,6 @@ _ZNK6Attica7License2idEv@Base 4.96.0 _ZNK6Attica7License3urlEv@Base 4.96.0 _ZNK6Attica7License4nameEv@Base 4.96.0 - _ZNK6Attica7License6Parser10xmlElementEv@Base 4.96.0 (optional=templinst)_ZNK6Attica7ListJobINS_11AchievementEE8itemListEv@Base 4.96.0 (optional=templinst)_ZNK6Attica7ListJobINS_12BuildServiceEE8itemListEv@Base 4.96.0 (optional=templinst)_ZNK6Attica7ListJobINS_12DistributionEE8itemListEv@Base 4.96.0 @@ -1280,7 +1232,6 @@ _ZNK6Attica7Message4bodyEv@Base 4.96.0 _ZNK6Attica7Message4fromEv@Base 4.96.0 _ZNK6Attica7Message4sentEv@Base 4.96.0 - _ZNK6Attica7Message6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica7Message6statusEv@Base 4.96.0 _ZNK6Attica7Message7isValidEv@Base 4.96.0 _ZNK6Attica7Message7subjectEv@Base 4.96.0 @@ -1293,7 +1244,6 @@ _ZNK6Attica7Project2idEv@Base 4.96.0 _ZNK6Attica7Project3urlEv@Base 4.96.0 _ZNK6Attica7Project4nameEv@Base 4.96.0 - _ZNK6Attica7Project6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica7Project7isValidEv@Base 4.96.0 _ZNK6Attica7Project7licenseEv@Base 4.96.0 _ZNK6Attica7Project7summaryEv@Base 4.96.0 @@ -1302,14 +1252,12 @@ _ZNK6Attica8Activity16associatedPersonEv@Base 4.96.0 _ZNK6Attica8Activity2idEv@Base 4.96.0 _ZNK6Attica8Activity4linkEv@Base 4.96.0 - _ZNK6Attica8Activity6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica8Activity7isValidEv@Base 4.96.0 _ZNK6Attica8Activity7messageEv@Base 4.96.0 _ZNK6Attica8Activity9timestampEv@Base 4.96.0 _ZNK6Attica8Category11displayNameEv@Base 5.35.0 _ZNK6Attica8Category2idEv@Base 4.96.0 _ZNK6Attica8Category4nameEv@Base 4.96.0 - _ZNK6Attica8Category6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica8Category7isValidEv@Base 4.96.0 _ZNK6Attica8Metadata10statusCodeEv@Base 4.96.0 _ZNK6Attica8Metadata12statusStringEv@Base 4.96.0 @@ -1347,12 +1295,10 @@ _ZNK6Attica9Publisher2idEv@Base 4.96.0 _ZNK6Attica9Publisher3urlEv@Base 4.96.0 _ZNK6Attica9Publisher4nameEv@Base 4.96.0 - _ZNK6Attica9Publisher6Parser10xmlElementEv@Base 4.96.0 _ZNK6Attica9Publisher6fieldsEv@Base 4.96.0 _ZNK6Attica9Publisher7isValidEv@Base 4.96.0 _ZNK6Attica9Publisher7targetsEv@Base 4.96.0 _ZTIN6Attica10ItemPutJobINS_11AchievementEEE@Base 4.96.0 - _ZTIN6Attica11Achievement6ParserE@Base 4.96.0 _ZTIN6Attica11ItemPostJobINS_11AchievementEEE@Base 4.96.0 _ZTIN6Attica11ItemPostJobINS_12BuildServiceEEE@Base 4.96.0 _ZTIN6Attica11ItemPostJobINS_13RemoteAccountEEE@Base 4.96.0 @@ -1362,24 +1308,9 @@ _ZTIN6Attica11ItemPostJobINS_7ContentEEE@Base 4.96.0 _ZTIN6Attica11ItemPostJobINS_7ProjectEEE@Base 4.96.0 _ZTIN6Attica11ItemPostJobINS_9PublisherEEE@Base 4.96.0 - _ZTIN6Attica11PrivateData6ParserE@Base 4.96.0 - _ZTIN6Attica12BuildService6ParserE@Base 4.96.0 - _ZTIN6Attica12Distribution6ParserE@Base 4.96.0 - _ZTIN6Attica12DownloadItem6ParserE@Base 4.96.0 - _ZTIN6Attica12HomePageType6ParserE@Base 4.96.0 _ZTIN6Attica13ItemDeleteJobINS_11AchievementEEE@Base 4.96.0 - _ZTIN6Attica13RemoteAccount6ParserE@Base 4.96.0 - _ZTIN6Attica14AccountBalance6ParserE@Base 4.96.0 - _ZTIN6Attica14PublisherField6ParserE@Base 4.96.0 - _ZTIN6Attica15BuildServiceJob6ParserE@Base 4.96.0 _ZTIN6Attica15ProviderManagerE@Base 4.96.0 - _ZTIN6Attica18KnowledgeBaseEntry6ParserE@Base 4.96.0 - _ZTIN6Attica21BuildServiceJobOutput6ParserE@Base 4.96.0 - _ZTIN6Attica5Event6ParserE@Base 4.96.0 - _ZTIN6Attica5Forum6ParserE@Base 4.96.0 - _ZTIN6Attica5Topic6ParserE@Base 4.96.0 _ZTIN6Attica6Config6ParserE@Base 5.49.0 - _ZTIN6Attica6Folder6ParserE@Base 4.96.0 _ZTIN6Attica6GetJobE@Base 4.96.0 _ZTIN6Attica6ParserINS_11AchievementEEE@Base 4.96.0 _ZTIN6Attica6ParserINS_11PrivateDataEEE@Base 4.96.0 @@ -1410,8 +1341,6 @@ _ZTIN6Attica6Person6ParserE@Base 4.96.0 _ZTIN6Attica6PutJobE@Base 4.96.0 _ZTIN6Attica7BaseJobE@Base 4.96.0 - _ZTIN6Attica7Comment6ParserE@Base 4.96.0 - _ZTIN6Attica7Content6ParserE@Base 4.96.0 _ZTIN6Attica7ItemJobINS_11AchievementEEE@Base 4.96.0 _ZTIN6Attica7ItemJobINS_11PrivateDataEEE@Base 4.96.0 _ZTIN6Attica7ItemJobINS_12BuildServiceEEE@Base 4.96.0 @@ -1429,7 +1358,6 @@ _ZTIN6Attica7ItemJobINS_7MessageEEE@Base 4.96.0 _ZTIN6Attica7ItemJobINS_7ProjectEEE@Base 4.96.0 _ZTIN6Attica7ItemJobINS_9PublisherEEE@Base 4.96.0 - _ZTIN6Attica7License6ParserE@Base 4.96.0 _ZTIN6Attica7ListJobINS_11AchievementEEE@Base 4.96.0 _ZTIN6Attica7ListJobINS_12BuildServiceEEE@Base 4.96.0 _ZTIN6Attica7ListJobINS_12DistributionEEE@Base 4.96.0 @@ -1452,15 +1380,9 @@ _ZTIN6Attica7ListJobINS_8ActivityEEE@Base 4.96.0 _ZTIN6Attica7ListJobINS_8CategoryEEE@Base 4.96.0 _ZTIN6Attica7ListJobINS_9PublisherEEE@Base 4.96.0 - _ZTIN6Attica7Message6ParserE@Base 4.96.0 _ZTIN6Attica7PostJobE@Base 4.96.0 - _ZTIN6Attica7Project6ParserE@Base 4.96.0 - _ZTIN6Attica8Activity6ParserE@Base 4.96.0 - _ZTIN6Attica8Category6ParserE@Base 4.96.0 _ZTIN6Attica9DeleteJobE@Base 4.96.0 - _ZTIN6Attica9Publisher6ParserE@Base 4.96.0 _ZTSN6Attica10ItemPutJobINS_11AchievementEEE@Base 4.96.0 - _ZTSN6Attica11Achievement6ParserE@Base 4.96.0 _ZTSN6Attica11ItemPostJobINS_11AchievementEEE@Base 4.96.0 _ZTSN6Attica11ItemPostJobINS_12BuildServiceEEE@Base 4.96.0 _ZTSN6Attica11ItemPostJobINS_13RemoteAccountEEE@Base 4.96.0 @@ -1470,24 +1392,9 @@ _ZTSN6Attica11ItemPostJobINS_7ContentEEE@Base 4.96.0 _ZTSN6Attica11ItemPostJobINS_7ProjectEEE@Base 4.96.0 _ZTSN6Attica11ItemPostJobINS_9PublisherEEE@Base 4.96.0 - _ZTSN6Attica11PrivateData6ParserE@Base 4.96.0 - _ZTSN6Attica12BuildService6ParserE@Base 4.96.0 - _ZTSN6Attica12Distribution6ParserE@Base 4.96.0 - _ZTSN6Attica12DownloadItem6ParserE@Base 4.96.0 - _ZTSN6Attica12HomePageType6ParserE@Base 4.96.0 _ZTSN6Attica13ItemDeleteJobINS_11AchievementEEE@Base 4.96.0 - _ZTSN6Attica13RemoteAccount6ParserE@Base 4.96.0 - _ZTSN6Attica14AccountBalance6ParserE@Base 4.96.0 - _ZTSN6Attica14PublisherField6ParserE@Base 4.96.0 - _ZTSN6Attica15BuildServiceJob6ParserE@Base 4.96.0 _ZTSN6Attica15ProviderManagerE@Base 4.96.0 - _ZTSN6Attica18KnowledgeBaseEntry6ParserE@Base 4.96.0 - _ZTSN6Attica21BuildServiceJobOutput6ParserE@Base 4.96.0 - _ZTSN6Attica5Event6ParserE@Base 4.96.0 - _ZTSN6Attica5Forum6ParserE@Base 4.96.0 - _ZTSN6Attica5Topic6ParserE@Base 4.96.0 _ZTSN6Attica6Config6ParserE@Base 5.49.0 - _ZTSN6Attica6Folder6ParserE@Base 4.96.0 _ZTSN6Attica6GetJobE@Base 4.96.0 _ZTSN6Attica6ParserINS_11AchievementEEE@Base 4.96.0 _ZTSN6Attica6ParserINS_11PrivateDataEEE@Base 4.96.0 @@ -1518,8 +1425,6 @@ _ZTSN6Attica6Person6ParserE@Base 4.96.0 _ZTSN6Attica6PutJobE@Base 4.96.0 _ZTSN6Attica7BaseJobE@Base 4.96.0 - _ZTSN6Attica7Comment6ParserE@Base 4.96.0 - _ZTSN6Attica7Content6ParserE@Base 4.96.0 _ZTSN6Attica7ItemJobINS_11AchievementEEE@Base 4.96.0 _ZTSN6Attica7ItemJobINS_11PrivateDataEEE@Base 4.96.0 _ZTSN6Attica7ItemJobINS_12BuildServiceEEE@Base 4.96.0 @@ -1537,7 +1442,6 @@ _ZTSN6Attica7ItemJobINS_7MessageEEE@Base 4.96.0 _ZTSN6Attica7ItemJobINS_7ProjectEEE@Base 4.96.0 _ZTSN6Attica7ItemJobINS_9PublisherEEE@Base 4.96.0 - _ZTSN6Attica7License6ParserE@Base 4.96.0 _ZTSN6Attica7ListJobINS_11AchievementEEE@Base 4.96.0 _ZTSN6Attica7ListJobINS_12BuildServiceEEE@Base 4.96.0 _ZTSN6Attica7ListJobINS_12DistributionEEE@Base 4.96.0 @@ -1560,15 +1464,9 @@ _ZTSN6Attica7ListJobINS_8ActivityEEE@Base 4.96.0 _ZTSN6Attica7ListJobINS_8CategoryEEE@Base 4.96.0 _ZTSN6Attica7ListJobINS_9PublisherEEE@Base 4.96.0 - _ZTSN6Attica7Message6ParserE@Base 4.96.0 _ZTSN6Attica7PostJobE@Base 4.96.0 - _ZTSN6Attica7Project6ParserE@Base 4.96.0 - _ZTSN6Attica8Activity6ParserE@Base 4.96.0 - _ZTSN6Attica8Category6ParserE@Base 4.96.0 _ZTSN6Attica9DeleteJobE@Base 4.96.0 - _ZTSN6Attica9Publisher6ParserE@Base 4.96.0 _ZTVN6Attica10ItemPutJobINS_11AchievementEEE@Base 4.96.0 - _ZTVN6Attica11Achievement6ParserE@Base 4.96.0 _ZTVN6Attica11ItemPostJobINS_11AchievementEEE@Base 4.96.0 _ZTVN6Attica11ItemPostJobINS_12BuildServiceEEE@Base 4.96.0 _ZTVN6Attica11ItemPostJobINS_13RemoteAccountEEE@Base 4.96.0 @@ -1578,24 +1476,9 @@ _ZTVN6Attica11ItemPostJobINS_7ContentEEE@Base 4.96.0 _ZTVN6Attica11ItemPostJobINS_7ProjectEEE@Base 4.96.0 _ZTVN6Attica11ItemPostJobINS_9PublisherEEE@Base 4.96.0 - _ZTVN6Attica11PrivateData6ParserE@Base 4.96.0 - _ZTVN6Attica12BuildService6ParserE@Base 4.96.0 - _ZTVN6Attica12Distribution6ParserE@Base 4.96.0 - _ZTVN6Attica12DownloadItem6ParserE@Base 4.96.0 - _ZTVN6Attica12HomePageType6ParserE@Base 4.96.0 _ZTVN6Attica13ItemDeleteJobINS_11AchievementEEE@Base 4.96.0 - _ZTVN6Attica13RemoteAccount6ParserE@Base 4.96.0 - _ZTVN6Attica14AccountBalance6ParserE@Base 4.96.0 - _ZTVN6Attica14PublisherField6ParserE@Base 4.96.0 - _ZTVN6Attica15BuildServiceJob6ParserE@Base 4.96.0 _ZTVN6Attica15ProviderManagerE@Base 4.96.0 - _ZTVN6Attica18KnowledgeBaseEntry6ParserE@Base 4.96.0 - _ZTVN6Attica21BuildServiceJobOutput6ParserE@Base 4.96.0 - _ZTVN6Attica5Event6ParserE@Base 4.96.0 - _ZTVN6Attica5Forum6ParserE@Base 4.96.0 - _ZTVN6Attica5Topic6ParserE@Base 4.96.0 _ZTVN6Attica6Config6ParserE@Base 5.49.0 - _ZTVN6Attica6Folder6ParserE@Base 4.96.0 _ZTVN6Attica6GetJobE@Base 4.96.0 _ZTVN6Attica6ParserINS_11AchievementEEE@Base 4.96.0 _ZTVN6Attica6ParserINS_11PrivateDataEEE@Base 4.96.0 @@ -1626,8 +1509,6 @@ _ZTVN6Attica6Person6ParserE@Base 4.96.0 _ZTVN6Attica6PutJobE@Base 4.96.0 _ZTVN6Attica7BaseJobE@Base 4.96.0 - _ZTVN6Attica7Comment6ParserE@Base 4.96.0 - _ZTVN6Attica7Content6ParserE@Base 4.96.0 _ZTVN6Attica7ItemJobINS_11AchievementEEE@Base 4.96.0 _ZTVN6Attica7ItemJobINS_11PrivateDataEEE@Base 4.96.0 _ZTVN6Attica7ItemJobINS_12BuildServiceEEE@Base 4.96.0 @@ -1645,7 +1526,6 @@ _ZTVN6Attica7ItemJobINS_7MessageEEE@Base 4.96.0 _ZTVN6Attica7ItemJobINS_7ProjectEEE@Base 4.96.0 _ZTVN6Attica7ItemJobINS_9PublisherEEE@Base 4.96.0 - _ZTVN6Attica7License6ParserE@Base 4.96.0 _ZTVN6Attica7ListJobINS_11AchievementEEE@Base 4.96.0 _ZTVN6Attica7ListJobINS_12BuildServiceEEE@Base 4.96.0 _ZTVN6Attica7ListJobINS_12DistributionEEE@Base 4.96.0 @@ -1668,10 +1548,5 @@ _ZTVN6Attica7ListJobINS_8ActivityEEE@Base 4.96.0 _ZTVN6Attica7ListJobINS_8CategoryEEE@Base 4.96.0 _ZTVN6Attica7ListJobINS_9PublisherEEE@Base 4.96.0 - _ZTVN6Attica7Message6ParserE@Base 4.96.0 _ZTVN6Attica7PostJobE@Base 4.96.0 - _ZTVN6Attica7Project6ParserE@Base 4.96.0 - _ZTVN6Attica8Activity6ParserE@Base 4.96.0 - _ZTVN6Attica8Category6ParserE@Base 4.96.0 _ZTVN6Attica9DeleteJobE@Base 4.96.0 - _ZTVN6Attica9Publisher6ParserE@Base 4.96.0 diff -Nru attica-kf5-5.92.0/debian/libkf5attica-dev.lintian-overrides attica-kf5-5.98.0/debian/libkf5attica-dev.lintian-overrides --- attica-kf5-5.92.0/debian/libkf5attica-dev.lintian-overrides 2022-03-16 16:24:49.000000000 +0000 +++ attica-kf5-5.98.0/debian/libkf5attica-dev.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -#Add lintian override(s) for License file in deb which really is a header -libkf5attica-dev: extra-license-file usr/include/KF5/Attica/Attica/License -libkf5attica-dev: package-contains-documentation-outside-usr-share-doc usr/include/KF5/Attica/Attica/License diff -Nru attica-kf5-5.92.0/debian/tests/control attica-kf5-5.98.0/debian/tests/control --- attica-kf5-5.92.0/debian/tests/control 2022-03-16 16:24:49.000000000 +0000 +++ attica-kf5-5.98.0/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -Tests: acc -Depends: dh-acc, exuberant-ctags, @ -Restrictions: allow-stderr diff -Nru attica-kf5-5.92.0/debian/tests/control.disabled attica-kf5-5.98.0/debian/tests/control.disabled --- attica-kf5-5.92.0/debian/tests/control.disabled 1970-01-01 00:00:00.000000000 +0000 +++ attica-kf5-5.98.0/debian/tests/control.disabled 2022-09-05 13:32:52.000000000 +0000 @@ -0,0 +1,3 @@ +Tests: acc +Depends: dh-acc, exuberant-ctags, @ +Restrictions: allow-stderr diff -Nru attica-kf5-5.92.0/.gitlab-ci.yml attica-kf5-5.98.0/.gitlab-ci.yml --- attica-kf5-5.92.0/.gitlab-ci.yml 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/.gitlab-ci.yml 2022-09-05 09:21:08.000000000 +0000 @@ -7,3 +7,5 @@ - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/linux-qt6.yml - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/android-qt6.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/windows.yml + - https://invent.kde.org/sysadmin/ci-utilities/raw/master/gitlab-templates/freebsd-qt6.yml diff -Nru attica-kf5-5.92.0/.kde-ci.yml attica-kf5-5.98.0/.kde-ci.yml --- attica-kf5-5.92.0/.kde-ci.yml 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/.kde-ci.yml 2022-09-05 09:21:08.000000000 +0000 @@ -5,3 +5,4 @@ Options: test-before-installing: True + require-passing-tests-on: [ 'Linux', 'FreeBSD' ] diff -Nru attica-kf5-5.92.0/README.md attica-kf5-5.98.0/README.md --- attica-kf5-5.92.0/README.md 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/README.md 2022-09-05 09:21:08.000000000 +0000 @@ -10,6 +10,6 @@ It grants easy access to the services such as querying information about persons and contents. The library is used in KNewStuff3 as content provider. -In order to integrate with KDE's Plasma Desktop, a platform plugin exists in kdebase. +In order to integrate with KDE's Plasma Desktop, a platform plugin exists in [plasma-desktop](https://commits.kde.org/plasma-desktop?path=attica-kde). Your basic entrypoint for using Attica's functionality is the Attica::ProviderManager class. diff -Nru attica-kf5-5.92.0/src/accountbalance.cpp attica-kf5-5.98.0/src/accountbalance.cpp --- attica-kf5-5.92.0/src/accountbalance.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/accountbalance.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -8,7 +8,7 @@ using namespace Attica; -class AccountBalance::Private : public QSharedData +class Q_DECL_HIDDEN AccountBalance::Private : public QSharedData { public: QString balance; diff -Nru attica-kf5-5.92.0/src/accountbalance.h attica-kf5-5.98.0/src/accountbalance.h --- attica-kf5-5.92.0/src/accountbalance.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/accountbalance.h 2022-09-05 09:21:08.000000000 +0000 @@ -15,6 +15,8 @@ namespace Attica { /** + * @class AccountBalance accountbalance.h + * * Represents the money in the account of the user */ class ATTICA_EXPORT AccountBalance diff -Nru attica-kf5-5.92.0/src/accountbalanceparser.h attica-kf5-5.98.0/src/accountbalanceparser.h --- attica-kf5-5.92.0/src/accountbalanceparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/accountbalanceparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class AccountBalance::Parser : public Attica::Parser +class Q_DECL_HIDDEN AccountBalance::Parser : public Attica::Parser { private: AccountBalance parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/achievement.cpp attica-kf5-5.98.0/src/achievement.cpp --- attica-kf5-5.92.0/src/achievement.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/achievement.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -72,7 +72,7 @@ return QString(); } -class Achievement::Private : public QSharedData +class Q_DECL_HIDDEN Achievement::Private : public QSharedData { public: QString m_id; diff -Nru attica-kf5-5.92.0/src/achievement.h attica-kf5-5.98.0/src/achievement.h --- attica-kf5-5.92.0/src/achievement.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/achievement.h 2022-09-05 09:21:08.000000000 +0000 @@ -18,6 +18,12 @@ namespace Attica { + +/** + * @class Achievement achievement.h + * + * Represents an achievement. + */ class ATTICA_EXPORT Achievement { public: diff -Nru attica-kf5-5.92.0/src/achievementparser.h attica-kf5-5.98.0/src/achievementparser.h --- attica-kf5-5.92.0/src/achievementparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/achievementparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class Achievement::Parser : public Attica::Parser +class Q_DECL_HIDDEN Achievement::Parser : public Attica::Parser { private: Achievement parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/activity.cpp attica-kf5-5.98.0/src/activity.cpp --- attica-kf5-5.92.0/src/activity.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/activity.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -12,7 +12,7 @@ using namespace Attica; -class Activity::Private : public QSharedData +class Q_DECL_HIDDEN Activity::Private : public QSharedData { public: QString m_id; diff -Nru attica-kf5-5.92.0/src/activity.h attica-kf5-5.98.0/src/activity.h --- attica-kf5-5.92.0/src/activity.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/activity.h 2022-09-05 09:21:08.000000000 +0000 @@ -20,6 +20,8 @@ namespace Attica { /** + * @class Activity activity.h + * * Represents a single news item (also known as activity) */ class ATTICA_EXPORT Activity diff -Nru attica-kf5-5.92.0/src/activityparser.h attica-kf5-5.98.0/src/activityparser.h --- attica-kf5-5.92.0/src/activityparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/activityparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class Activity::Parser : public Attica::Parser +class Q_DECL_HIDDEN Activity::Parser : public Attica::Parser { private: Activity parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/atticabasejob.cpp attica-kf5-5.98.0/src/atticabasejob.cpp --- attica-kf5-5.92.0/src/atticabasejob.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/atticabasejob.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -19,7 +19,7 @@ using namespace Attica; -class BaseJob::Private +class Q_DECL_HIDDEN BaseJob::Private { public: Metadata m_metadata; @@ -78,7 +78,7 @@ return; } - bool error = d->m_reply->error() != QNetworkReply::NoError && d->m_reply->error() == QNetworkReply::OperationCanceledError; + bool error = d->m_reply->error() != QNetworkReply::NoError && d->m_reply->error() != QNetworkReply::OperationCanceledError; // handle redirections automatically QUrl newUrl; @@ -100,7 +100,7 @@ if (error) { d->m_metadata.setError(Metadata::NetworkError); - d->m_metadata.setStatusCode(d->m_reply->error()); + d->m_metadata.setStatusCode(d->m_reply->attribute(QNetworkRequest::HttpStatusCodeAttribute).toInt()); d->m_metadata.setStatusString(d->m_reply->errorString()); d->m_metadata.setHeaders(d->m_reply->rawHeaderPairs()); } else { diff -Nru attica-kf5-5.92.0/src/atticabasejob.h attica-kf5-5.98.0/src/atticabasejob.h --- attica-kf5-5.92.0/src/atticabasejob.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/atticabasejob.h 2022-09-05 09:21:08.000000000 +0000 @@ -23,6 +23,11 @@ { class PlatformDependent; +/** + * @class BaseJob atticabasejob.h + * + * The baseclass for all job classes. + */ class ATTICA_EXPORT BaseJob : public QObject { Q_OBJECT diff -Nru attica-kf5-5.92.0/src/buildservice.cpp attica-kf5-5.98.0/src/buildservice.cpp --- attica-kf5-5.92.0/src/buildservice.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/buildservice.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class BuildService::Private : public QSharedData +class Q_DECL_HIDDEN BuildService::Private : public QSharedData { public: QString id; diff -Nru attica-kf5-5.92.0/src/buildservice.h attica-kf5-5.98.0/src/buildservice.h --- attica-kf5-5.92.0/src/buildservice.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/buildservice.h 2022-09-05 09:21:08.000000000 +0000 @@ -19,11 +19,22 @@ namespace Attica { + +/** + * @class Target buildservice.h + * + * The target in a build service. + */ struct Target { QString id; QString name; }; +/** + * @class BuildService buildservice.h + * + * Represents a build service. + */ class ATTICA_EXPORT BuildService { public: diff -Nru attica-kf5-5.92.0/src/buildservicejob.cpp attica-kf5-5.98.0/src/buildservicejob.cpp --- attica-kf5-5.92.0/src/buildservicejob.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/buildservicejob.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class BuildServiceJob::Private : public QSharedData +class Q_DECL_HIDDEN BuildServiceJob::Private : public QSharedData { public: QString id; diff -Nru attica-kf5-5.92.0/src/buildservicejob.h attica-kf5-5.98.0/src/buildservicejob.h --- attica-kf5-5.92.0/src/buildservicejob.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/buildservicejob.h 2022-09-05 09:21:08.000000000 +0000 @@ -19,6 +19,12 @@ namespace Attica { + +/** + * @class BuildServiceJob buildservicejob.h + * + * Represents a build service job. + */ class ATTICA_EXPORT BuildServiceJob { public: diff -Nru attica-kf5-5.92.0/src/buildservicejoboutput.cpp attica-kf5-5.98.0/src/buildservicejoboutput.cpp --- attica-kf5-5.92.0/src/buildservicejoboutput.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/buildservicejoboutput.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class BuildServiceJobOutput::Private : public QSharedData +class Q_DECL_HIDDEN BuildServiceJobOutput::Private : public QSharedData { public: QString output; diff -Nru attica-kf5-5.92.0/src/buildservicejoboutput.h attica-kf5-5.98.0/src/buildservicejoboutput.h --- attica-kf5-5.92.0/src/buildservicejoboutput.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/buildservicejoboutput.h 2022-09-05 09:21:08.000000000 +0000 @@ -16,6 +16,12 @@ namespace Attica { + +/** + * @class BuildServiceJobOutput buildservicejoboutput.h + * + * Represents the ouput of a build service job. + */ class ATTICA_EXPORT BuildServiceJobOutput { public: diff -Nru attica-kf5-5.92.0/src/buildservicejoboutputparser.h attica-kf5-5.98.0/src/buildservicejoboutputparser.h --- attica-kf5-5.92.0/src/buildservicejoboutputparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/buildservicejoboutputparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class BuildServiceJobOutput::Parser : public Attica::Parser +class Q_DECL_HIDDEN BuildServiceJobOutput::Parser : public Attica::Parser { public: BuildServiceJobOutput parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/buildservicejobparser.h attica-kf5-5.98.0/src/buildservicejobparser.h --- attica-kf5-5.92.0/src/buildservicejobparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/buildservicejobparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class BuildServiceJob::Parser : public Attica::Parser +class Q_DECL_HIDDEN BuildServiceJob::Parser : public Attica::Parser { private: BuildServiceJob parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/buildserviceparser.h attica-kf5-5.98.0/src/buildserviceparser.h --- attica-kf5-5.92.0/src/buildserviceparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/buildserviceparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class BuildService::Parser : public Attica::Parser +class Q_DECL_HIDDEN BuildService::Parser : public Attica::Parser { private: BuildService parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/category.cpp attica-kf5-5.98.0/src/category.cpp --- attica-kf5-5.92.0/src/category.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/category.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -13,7 +13,7 @@ using namespace Attica; -class Category::Private : public QSharedData +class Q_DECL_HIDDEN Category::Private : public QSharedData { public: QString m_id; diff -Nru attica-kf5-5.92.0/src/category.h attica-kf5-5.98.0/src/category.h --- attica-kf5-5.92.0/src/category.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/category.h 2022-09-05 09:21:08.000000000 +0000 @@ -16,6 +16,8 @@ namespace Attica { /** + * @class Category category.h + * * Represents a single content category */ class ATTICA_EXPORT Category diff -Nru attica-kf5-5.92.0/src/categoryparser.h attica-kf5-5.98.0/src/categoryparser.h --- attica-kf5-5.92.0/src/categoryparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/categoryparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class Category::Parser : public Attica::Parser +class Q_DECL_HIDDEN Category::Parser : public Attica::Parser { private: Category parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/cloud.cpp attica-kf5-5.98.0/src/cloud.cpp --- attica-kf5-5.92.0/src/cloud.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/cloud.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class Cloud::Private : public QSharedData +class Q_DECL_HIDDEN Cloud::Private : public QSharedData { public: QString m_name; diff -Nru attica-kf5-5.92.0/src/cloud.h attica-kf5-5.98.0/src/cloud.h --- attica-kf5-5.92.0/src/cloud.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/cloud.h 2022-09-05 09:21:08.000000000 +0000 @@ -17,6 +17,12 @@ namespace Attica { + +/** + * @class Cloud cloud.h + * + * Represents a cloud service. + */ class ATTICA_EXPORT Cloud { public: diff -Nru attica-kf5-5.92.0/src/cloudparser.h attica-kf5-5.98.0/src/cloudparser.h --- attica-kf5-5.92.0/src/cloudparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/cloudparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class Cloud::Parser : public Attica::Parser +class Q_DECL_HIDDEN Cloud::Parser : public Attica::Parser { private: Cloud parseXml(QXmlStreamReader &xml); diff -Nru attica-kf5-5.92.0/src/comment.cpp attica-kf5-5.98.0/src/comment.cpp --- attica-kf5-5.92.0/src/comment.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/comment.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -30,7 +30,7 @@ return QString(); } -class Comment::Private : public QSharedData +class Q_DECL_HIDDEN Comment::Private : public QSharedData { public: QString m_id; diff -Nru attica-kf5-5.92.0/src/comment.h attica-kf5-5.98.0/src/comment.h --- attica-kf5-5.92.0/src/comment.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/comment.h 2022-09-05 09:21:08.000000000 +0000 @@ -19,6 +19,12 @@ namespace Attica { + +/** + * @class Comment comment.h + * + * Represents a comment. + */ class ATTICA_EXPORT Comment { public: diff -Nru attica-kf5-5.92.0/src/commentparser.h attica-kf5-5.98.0/src/commentparser.h --- attica-kf5-5.92.0/src/commentparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/commentparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -15,7 +15,7 @@ namespace Attica { -class Comment::Parser : public Attica::Parser +class Q_DECL_HIDDEN Comment::Parser : public Attica::Parser { private: Comment parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/config.cpp attica-kf5-5.98.0/src/config.cpp --- attica-kf5-5.92.0/src/config.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/config.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class Config::Private : public QSharedData +class Q_DECL_HIDDEN Config::Private : public QSharedData { public: QString m_version; diff -Nru attica-kf5-5.92.0/src/config.h attica-kf5-5.98.0/src/config.h --- attica-kf5-5.92.0/src/config.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/config.h 2022-09-05 09:21:08.000000000 +0000 @@ -16,6 +16,8 @@ namespace Attica { /** + * @class Config config.h + * * Represents a server config */ class ATTICA_EXPORT Config diff -Nru attica-kf5-5.92.0/src/configparser.h attica-kf5-5.98.0/src/configparser.h --- attica-kf5-5.92.0/src/configparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/configparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -16,6 +16,7 @@ namespace Attica { +// exported for autotest class ATTICA_EXPORT Config::Parser : public Attica::Parser { private: diff -Nru attica-kf5-5.92.0/src/content.cpp attica-kf5-5.98.0/src/content.cpp --- attica-kf5-5.92.0/src/content.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/content.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -12,7 +12,7 @@ using namespace Attica; -class Content::Private : public QSharedData +class Q_DECL_HIDDEN Content::Private : public QSharedData { public: QString m_id; diff -Nru attica-kf5-5.92.0/src/content.h attica-kf5-5.98.0/src/content.h --- attica-kf5-5.92.0/src/content.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/content.h 2022-09-05 09:21:08.000000000 +0000 @@ -25,6 +25,8 @@ namespace Attica { /** + * @class Content content.h + * * Represents a single content */ class ATTICA_EXPORT Content diff -Nru attica-kf5-5.92.0/src/contentparser.h attica-kf5-5.98.0/src/contentparser.h --- attica-kf5-5.92.0/src/contentparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/contentparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class Content::Parser : public Attica::Parser +class Q_DECL_HIDDEN Content::Parser : public Attica::Parser { private: Content parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/deletejob.h attica-kf5-5.98.0/src/deletejob.h --- attica-kf5-5.92.0/src/deletejob.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/deletejob.h 2022-09-05 09:21:08.000000000 +0000 @@ -16,6 +16,12 @@ namespace Attica { + +/** + * @class DeleteJob deletejob.h + * + * Represents a delete job. + */ class ATTICA_EXPORT DeleteJob : public Attica::BaseJob { Q_OBJECT diff -Nru attica-kf5-5.92.0/src/distribution.cpp attica-kf5-5.98.0/src/distribution.cpp --- attica-kf5-5.92.0/src/distribution.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/distribution.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -11,7 +11,7 @@ using namespace Attica; -class Distribution::Private : public QSharedData +class Q_DECL_HIDDEN Distribution::Private : public QSharedData { public: int id; diff -Nru attica-kf5-5.92.0/src/distribution.h attica-kf5-5.98.0/src/distribution.h --- attica-kf5-5.92.0/src/distribution.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/distribution.h 2022-09-05 09:21:08.000000000 +0000 @@ -18,6 +18,8 @@ namespace Attica { /** + @class Distribution distribution.h + The Distribution class contains information about one distribution that the server offers. It consists of an integer id and a distribution name. */ diff -Nru attica-kf5-5.92.0/src/distributionparser.h attica-kf5-5.98.0/src/distributionparser.h --- attica-kf5-5.92.0/src/distributionparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/distributionparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -15,7 +15,7 @@ namespace Attica { -class Distribution::Parser : public Attica::Parser +class Q_DECL_HIDDEN Distribution::Parser : public Attica::Parser { private: Distribution parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/downloaddescription.cpp attica-kf5-5.98.0/src/downloaddescription.cpp --- attica-kf5-5.92.0/src/downloaddescription.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/downloaddescription.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -12,7 +12,7 @@ namespace Attica { -class DownloadDescription::Private : public QSharedData +class Q_DECL_HIDDEN DownloadDescription::Private : public QSharedData { public: int id = 0; diff -Nru attica-kf5-5.92.0/src/downloaddescription.h attica-kf5-5.98.0/src/downloaddescription.h --- attica-kf5-5.92.0/src/downloaddescription.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/downloaddescription.h 2022-09-05 09:21:08.000000000 +0000 @@ -16,6 +16,12 @@ namespace Attica { + +/** + * @class DownloadDescription downloaddescription.h + * + * Represents a download description. + */ class ATTICA_EXPORT DownloadDescription { public: diff -Nru attica-kf5-5.92.0/src/downloaditem.cpp attica-kf5-5.98.0/src/downloaditem.cpp --- attica-kf5-5.92.0/src/downloaditem.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/downloaditem.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class DownloadItem::Private : public QSharedData +class Q_DECL_HIDDEN DownloadItem::Private : public QSharedData { public: QUrl m_url; diff -Nru attica-kf5-5.92.0/src/downloaditem.h attica-kf5-5.98.0/src/downloaditem.h --- attica-kf5-5.92.0/src/downloaditem.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/downloaditem.h 2022-09-05 09:21:08.000000000 +0000 @@ -17,6 +17,12 @@ namespace Attica { + +/** + * @class DownloadItem downloaditem.h + * + * Represents a download item. + */ class ATTICA_EXPORT DownloadItem { public: diff -Nru attica-kf5-5.92.0/src/downloaditemparser.h attica-kf5-5.98.0/src/downloaditemparser.h --- attica-kf5-5.92.0/src/downloaditemparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/downloaditemparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class DownloadItem::Parser : public Attica::Parser +class Q_DECL_HIDDEN DownloadItem::Parser : public Attica::Parser { private: DownloadItem parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/event.cpp attica-kf5-5.98.0/src/event.cpp --- attica-kf5-5.92.0/src/event.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/event.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class Event::Private : public QSharedData +class Q_DECL_HIDDEN Event::Private : public QSharedData { public: QString m_id; diff -Nru attica-kf5-5.92.0/src/event.h attica-kf5-5.98.0/src/event.h --- attica-kf5-5.92.0/src/event.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/event.h 2022-09-05 09:21:08.000000000 +0000 @@ -20,6 +20,8 @@ namespace Attica { /** + * @class Event event.h + * * Represents a single event */ class ATTICA_EXPORT Event diff -Nru attica-kf5-5.92.0/src/eventparser.h attica-kf5-5.98.0/src/eventparser.h --- attica-kf5-5.92.0/src/eventparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/eventparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class Event::Parser : public Attica::Parser +class Q_DECL_HIDDEN Event::Parser : public Attica::Parser { private: Event parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/folder.cpp attica-kf5-5.98.0/src/folder.cpp --- attica-kf5-5.92.0/src/folder.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/folder.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class Folder::Private : public QSharedData +class Q_DECL_HIDDEN Folder::Private : public QSharedData { public: QString m_id; diff -Nru attica-kf5-5.92.0/src/folder.h attica-kf5-5.98.0/src/folder.h --- attica-kf5-5.92.0/src/folder.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/folder.h 2022-09-05 09:21:08.000000000 +0000 @@ -17,6 +17,8 @@ namespace Attica { /** + * @class Folder folder.h + * * Represents a single mail folder */ class ATTICA_EXPORT Folder diff -Nru attica-kf5-5.92.0/src/folderparser.h attica-kf5-5.98.0/src/folderparser.h --- attica-kf5-5.92.0/src/folderparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/folderparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class Folder::Parser : public Attica::Parser +class Q_DECL_HIDDEN Folder::Parser : public Attica::Parser { private: Folder parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/forum.cpp attica-kf5-5.98.0/src/forum.cpp --- attica-kf5-5.92.0/src/forum.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/forum.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class Forum::Private : public QSharedData +class Q_DECL_HIDDEN Forum::Private : public QSharedData { public: QString m_id; diff -Nru attica-kf5-5.92.0/src/forum.h attica-kf5-5.98.0/src/forum.h --- attica-kf5-5.92.0/src/forum.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/forum.h 2022-09-05 09:21:08.000000000 +0000 @@ -19,6 +19,12 @@ namespace Attica { + +/** + * @class Forum forum.h + * + * Represents a forum. + */ class ATTICA_EXPORT Forum { public: diff -Nru attica-kf5-5.92.0/src/forumparser.h attica-kf5-5.98.0/src/forumparser.h --- attica-kf5-5.92.0/src/forumparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/forumparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class Forum::Parser : public Attica::Parser +class Q_DECL_HIDDEN Forum::Parser : public Attica::Parser { private: Forum parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/getjob.h attica-kf5-5.98.0/src/getjob.h --- attica-kf5-5.92.0/src/getjob.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/getjob.h 2022-09-05 09:21:08.000000000 +0000 @@ -16,6 +16,12 @@ namespace Attica { + +/** + * @class GetJob getjob.h + * + * Represents a get job. + */ class ATTICA_EXPORT GetJob : public Attica::BaseJob { Q_OBJECT diff -Nru attica-kf5-5.92.0/src/homepageentry.cpp attica-kf5-5.98.0/src/homepageentry.cpp --- attica-kf5-5.92.0/src/homepageentry.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/homepageentry.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -11,7 +11,7 @@ using namespace Attica; -class HomePageEntry::Private : public QSharedData +class Q_DECL_HIDDEN HomePageEntry::Private : public QSharedData { public: QString type; diff -Nru attica-kf5-5.92.0/src/homepageentry.h attica-kf5-5.98.0/src/homepageentry.h --- attica-kf5-5.92.0/src/homepageentry.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/homepageentry.h 2022-09-05 09:21:08.000000000 +0000 @@ -18,6 +18,8 @@ namespace Attica { /** + @class HomePageEntry homepageentry.h + The HomePageEntry class contains information about one home page entry. It consists of a type and a home page url. */ diff -Nru attica-kf5-5.92.0/src/homepagetype.cpp attica-kf5-5.98.0/src/homepagetype.cpp --- attica-kf5-5.92.0/src/homepagetype.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/homepagetype.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -11,7 +11,7 @@ using namespace Attica; -class HomePageType::Private : public QSharedData +class Q_DECL_HIDDEN HomePageType::Private : public QSharedData { public: int id; diff -Nru attica-kf5-5.92.0/src/homepagetype.h attica-kf5-5.98.0/src/homepagetype.h --- attica-kf5-5.92.0/src/homepagetype.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/homepagetype.h 2022-09-05 09:21:08.000000000 +0000 @@ -18,6 +18,8 @@ namespace Attica { /** + @class HomePageType homepagetype.h + The HomePageType class contains information about one home page type. It consists of an integer id and a home page type name. */ diff -Nru attica-kf5-5.92.0/src/homepagetypeparser.h attica-kf5-5.98.0/src/homepagetypeparser.h --- attica-kf5-5.92.0/src/homepagetypeparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/homepagetypeparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -15,7 +15,7 @@ namespace Attica { -class HomePageType::Parser : public Attica::Parser +class Q_DECL_HIDDEN HomePageType::Parser : public Attica::Parser { private: HomePageType parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/icon.cpp attica-kf5-5.98.0/src/icon.cpp --- attica-kf5-5.92.0/src/icon.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/icon.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -11,7 +11,7 @@ using namespace Attica; -class Icon::Private : public QSharedData +class Q_DECL_HIDDEN Icon::Private : public QSharedData { public: QUrl url; diff -Nru attica-kf5-5.92.0/src/icon.h attica-kf5-5.98.0/src/icon.h --- attica-kf5-5.92.0/src/icon.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/icon.h 2022-09-05 09:21:08.000000000 +0000 @@ -18,6 +18,8 @@ namespace Attica { /** + @class Icon icon.h + The Icon class contains information about an icon. It consists of a Url and icon size information. */ diff -Nru attica-kf5-5.92.0/src/itemjob.h attica-kf5-5.98.0/src/itemjob.h --- attica-kf5-5.92.0/src/itemjob.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/itemjob.h 2022-09-05 09:21:08.000000000 +0000 @@ -20,6 +20,11 @@ { class Provider; +/** + * @class ItemJob itemjob.h + * + * Represents an item get job. + */ template class ATTICA_EXPORT ItemJob : public GetJob { @@ -33,6 +38,11 @@ friend class Attica::Provider; }; +/** + * @class ItemDeleteJob itemjob.h + * + * Represents an item delete job. + */ template class ATTICA_EXPORT ItemDeleteJob : public DeleteJob { @@ -46,6 +56,11 @@ friend class Attica::Provider; }; +/** + * @class ItemPostJob itemjob.h + * + * Represents an item post job. + */ template class ATTICA_EXPORT ItemPostJob : public PostJob { @@ -61,6 +76,11 @@ friend class Attica::Provider; }; +/** + * @class ItemPutJob itemjob.h + * + * Represents an item put job. + */ template class ATTICA_EXPORT ItemPutJob : public PutJob { diff -Nru attica-kf5-5.92.0/src/knowledgebaseentry.cpp attica-kf5-5.98.0/src/knowledgebaseentry.cpp --- attica-kf5-5.92.0/src/knowledgebaseentry.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/knowledgebaseentry.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class KnowledgeBaseEntry::Private : public QSharedData +class Q_DECL_HIDDEN KnowledgeBaseEntry::Private : public QSharedData { public: QString m_id; diff -Nru attica-kf5-5.92.0/src/knowledgebaseentry.h attica-kf5-5.98.0/src/knowledgebaseentry.h --- attica-kf5-5.92.0/src/knowledgebaseentry.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/knowledgebaseentry.h 2022-09-05 09:21:08.000000000 +0000 @@ -19,6 +19,12 @@ namespace Attica { + +/** + * @class KnowledgeBaseEntry knowledgebaseentry.h + * + * Represents a knowledge base entry. + */ class ATTICA_EXPORT KnowledgeBaseEntry { public: diff -Nru attica-kf5-5.92.0/src/knowledgebaseentryparser.h attica-kf5-5.98.0/src/knowledgebaseentryparser.h --- attica-kf5-5.92.0/src/knowledgebaseentryparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/knowledgebaseentryparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -15,7 +15,7 @@ namespace Attica { -class KnowledgeBaseEntry::Parser : public Attica::Parser +class Q_DECL_HIDDEN KnowledgeBaseEntry::Parser : public Attica::Parser { private: KnowledgeBaseEntry parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/license.cpp attica-kf5-5.98.0/src/license.cpp --- attica-kf5-5.92.0/src/license.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/license.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -8,7 +8,7 @@ using namespace Attica; -class License::Private : public QSharedData +class Q_DECL_HIDDEN License::Private : public QSharedData { public: int id; diff -Nru attica-kf5-5.92.0/src/license.h attica-kf5-5.98.0/src/license.h --- attica-kf5-5.92.0/src/license.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/license.h 2022-09-05 09:21:08.000000000 +0000 @@ -15,6 +15,8 @@ namespace Attica { /** + @class License license.h + The License class contains information about one license that the server offers. It consists of an integer id, a name and a link to a webpage describing the license. */ diff -Nru attica-kf5-5.92.0/src/licenseparser.h attica-kf5-5.98.0/src/licenseparser.h --- attica-kf5-5.92.0/src/licenseparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/licenseparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -12,7 +12,7 @@ namespace Attica { -class License::Parser : public Attica::Parser +class Q_DECL_HIDDEN License::Parser : public Attica::Parser { private: License parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/listjob.h attica-kf5-5.98.0/src/listjob.h --- attica-kf5-5.92.0/src/listjob.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/listjob.h 2022-09-05 09:21:08.000000000 +0000 @@ -18,6 +18,11 @@ { class Provider; +/** + * @class ListJob listjob.h + * + * Represents a list job. + */ template class ATTICA_EXPORT ListJob : public GetJob { diff -Nru attica-kf5-5.92.0/src/message.cpp attica-kf5-5.98.0/src/message.cpp --- attica-kf5-5.92.0/src/message.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/message.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class Message::Private : public QSharedData +class Q_DECL_HIDDEN Message::Private : public QSharedData { public: QString m_id; diff -Nru attica-kf5-5.92.0/src/message.h attica-kf5-5.98.0/src/message.h --- attica-kf5-5.92.0/src/message.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/message.h 2022-09-05 09:21:08.000000000 +0000 @@ -17,6 +17,12 @@ namespace Attica { + +/** + * @class Message message.h + * + * Represents a message. + */ class ATTICA_EXPORT Message { public: diff -Nru attica-kf5-5.92.0/src/messageparser.h attica-kf5-5.98.0/src/messageparser.h --- attica-kf5-5.92.0/src/messageparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/messageparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -16,7 +16,7 @@ namespace Attica { -class Message::Parser : public Attica::Parser +class Q_DECL_HIDDEN Message::Parser : public Attica::Parser { private: Message parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/metadata.cpp attica-kf5-5.98.0/src/metadata.cpp --- attica-kf5-5.92.0/src/metadata.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/metadata.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -12,7 +12,7 @@ using namespace Attica; -class Metadata::Private : public QSharedData +class Q_DECL_HIDDEN Metadata::Private : public QSharedData { public: Error error; diff -Nru attica-kf5-5.92.0/src/metadata.h attica-kf5-5.98.0/src/metadata.h --- attica-kf5-5.92.0/src/metadata.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/metadata.h 2022-09-05 09:21:08.000000000 +0000 @@ -21,7 +21,9 @@ class BaseJob; /** - *Status messages from the server + * @class Metadata metadata.h + * + * Status messages from the server */ class ATTICA_EXPORT Metadata { diff -Nru attica-kf5-5.92.0/src/person.cpp attica-kf5-5.98.0/src/person.cpp --- attica-kf5-5.92.0/src/person.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/person.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class Person::Private : public QSharedData +class Q_DECL_HIDDEN Person::Private : public QSharedData { public: QString m_id; diff -Nru attica-kf5-5.92.0/src/person.h attica-kf5-5.98.0/src/person.h --- attica-kf5-5.92.0/src/person.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/person.h 2022-09-05 09:21:08.000000000 +0000 @@ -19,6 +19,12 @@ namespace Attica { + +/** + * @class Person person.h + * + * Represents a person. + */ class ATTICA_EXPORT Person { public: diff -Nru attica-kf5-5.92.0/src/personparser.h attica-kf5-5.98.0/src/personparser.h --- attica-kf5-5.92.0/src/personparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/personparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -16,6 +16,7 @@ namespace Attica { +// exported for autotest class ATTICA_EXPORT Person::Parser : public Attica::Parser { private: diff -Nru attica-kf5-5.92.0/src/postjob.h attica-kf5-5.98.0/src/postjob.h --- attica-kf5-5.92.0/src/postjob.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/postjob.h 2022-09-05 09:21:08.000000000 +0000 @@ -21,6 +21,11 @@ { class Provider; +/** + * @class PostJob postjob.h + * + * Represents a post job. + */ class ATTICA_EXPORT PostJob : public BaseJob { Q_OBJECT diff -Nru attica-kf5-5.92.0/src/privatedata.cpp attica-kf5-5.98.0/src/privatedata.cpp --- attica-kf5-5.92.0/src/privatedata.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/privatedata.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -12,7 +12,7 @@ using namespace Attica; -class PrivateData::Private : public QSharedData +class Q_DECL_HIDDEN PrivateData::Private : public QSharedData { public: QMap m_attributes; diff -Nru attica-kf5-5.92.0/src/privatedata.h attica-kf5-5.98.0/src/privatedata.h --- attica-kf5-5.92.0/src/privatedata.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/privatedata.h 2022-09-05 09:21:08.000000000 +0000 @@ -20,6 +20,12 @@ namespace Attica { + +/** + * @class PrivateData privatedata.h + * + * Represents private data. + */ class ATTICA_EXPORT PrivateData { public: diff -Nru attica-kf5-5.92.0/src/privatedataparser.h attica-kf5-5.98.0/src/privatedataparser.h --- attica-kf5-5.92.0/src/privatedataparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/privatedataparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class PrivateData::Parser : public Attica::Parser +class Q_DECL_HIDDEN PrivateData::Parser : public Attica::Parser { private: PrivateData parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/project.cpp attica-kf5-5.98.0/src/project.cpp --- attica-kf5-5.92.0/src/project.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/project.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class Project::Private : public QSharedData +class Q_DECL_HIDDEN Project::Private : public QSharedData { public: QString m_id; diff -Nru attica-kf5-5.92.0/src/project.h attica-kf5-5.98.0/src/project.h --- attica-kf5-5.92.0/src/project.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/project.h 2022-09-05 09:21:08.000000000 +0000 @@ -20,6 +20,12 @@ namespace Attica { + +/** + * @class Project project.h + * + * Represents a project. + */ class ATTICA_EXPORT Project { public: diff -Nru attica-kf5-5.92.0/src/projectparser.h attica-kf5-5.98.0/src/projectparser.h --- attica-kf5-5.92.0/src/projectparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/projectparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class Project::Parser : public Attica::Parser +class Q_DECL_HIDDEN Project::Parser : public Attica::Parser { private: Project parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/provider.cpp attica-kf5-5.98.0/src/provider.cpp --- attica-kf5-5.92.0/src/provider.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/provider.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -69,7 +69,7 @@ using namespace Attica; -class Provider::Private : public QSharedData +class Q_DECL_HIDDEN Provider::Private : public QSharedData { public: QUrl m_baseUrl; diff -Nru attica-kf5-5.92.0/src/provider.h attica-kf5-5.98.0/src/provider.h --- attica-kf5-5.92.0/src/provider.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/provider.h 2022-09-05 09:21:08.000000000 +0000 @@ -61,6 +61,8 @@ class RemoteAccount; /** + * @class Provider provider.h + * * The Provider class represents one Open Collaboration Service provider. * Use the ProviderManager to instantiate a Provider. * diff -Nru attica-kf5-5.92.0/src/providermanager.cpp attica-kf5-5.98.0/src/providermanager.cpp --- attica-kf5-5.92.0/src/providermanager.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/providermanager.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -29,7 +29,7 @@ using namespace Attica; -class ProviderManager::Private +class Q_DECL_HIDDEN ProviderManager::Private { public: PlatformDependent *m_internals; diff -Nru attica-kf5-5.92.0/src/providermanager.h attica-kf5-5.98.0/src/providermanager.h --- attica-kf5-5.92.0/src/providermanager.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/providermanager.h 2022-09-05 09:21:08.000000000 +0000 @@ -16,9 +16,14 @@ #include "attica_export.h" #include "provider.h" +/** + * The Attica namespace, + */ namespace Attica { /** + * @class ProviderManager providermanager.h + * * Attica ProviderManager * * This class is the primary access to Attica's functions. diff -Nru attica-kf5-5.92.0/src/publisher.cpp attica-kf5-5.98.0/src/publisher.cpp --- attica-kf5-5.92.0/src/publisher.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/publisher.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class Publisher::Private : public QSharedData +class Q_DECL_HIDDEN Publisher::Private : public QSharedData { public: QString id; diff -Nru attica-kf5-5.92.0/src/publisherfield.cpp attica-kf5-5.98.0/src/publisherfield.cpp --- attica-kf5-5.92.0/src/publisherfield.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/publisherfield.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class PublisherField::Private : public QSharedData +class Q_DECL_HIDDEN PublisherField::Private : public QSharedData { public: QString name; diff -Nru attica-kf5-5.92.0/src/publisherfield.h attica-kf5-5.98.0/src/publisherfield.h --- attica-kf5-5.92.0/src/publisherfield.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/publisherfield.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,6 +14,12 @@ namespace Attica { + +/** + * @class PublisherField publisherfield.h + * + * Represents a publisher field. + */ class ATTICA_EXPORT PublisherField { public: diff -Nru attica-kf5-5.92.0/src/publisherfieldparser.h attica-kf5-5.98.0/src/publisherfieldparser.h --- attica-kf5-5.92.0/src/publisherfieldparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/publisherfieldparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class PublisherField::Parser : public Attica::Parser +class Q_DECL_HIDDEN PublisherField::Parser : public Attica::Parser { private: PublisherField parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/publisher.h attica-kf5-5.98.0/src/publisher.h --- attica-kf5-5.92.0/src/publisher.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/publisher.h 2022-09-05 09:21:08.000000000 +0000 @@ -21,6 +21,12 @@ namespace Attica { + +/** + * @class Field publisher.h + * + * Field as set for the class Publisher. + */ struct Field { QString type; QString name; @@ -29,6 +35,11 @@ QStringList options; }; +/** + * @class Publisher publisher.h + * + * Represents a publisher. + */ class ATTICA_EXPORT Publisher { public: diff -Nru attica-kf5-5.92.0/src/publisherparser.h attica-kf5-5.98.0/src/publisherparser.h --- attica-kf5-5.92.0/src/publisherparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/publisherparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class Publisher::Parser : public Attica::Parser +class Q_DECL_HIDDEN Publisher::Parser : public Attica::Parser { private: Publisher parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/putjob.h attica-kf5-5.98.0/src/putjob.h --- attica-kf5-5.92.0/src/putjob.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/putjob.h 2022-09-05 09:21:08.000000000 +0000 @@ -21,6 +21,11 @@ { class Provider; +/** + * @class PutJob putjob.h + * + * Represents a put job. + */ class ATTICA_EXPORT PutJob : public BaseJob { Q_OBJECT diff -Nru attica-kf5-5.92.0/src/remoteaccount.cpp attica-kf5-5.98.0/src/remoteaccount.cpp --- attica-kf5-5.92.0/src/remoteaccount.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/remoteaccount.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class RemoteAccount::Private : public QSharedData +class Q_DECL_HIDDEN RemoteAccount::Private : public QSharedData { public: QString id; diff -Nru attica-kf5-5.92.0/src/remoteaccount.h attica-kf5-5.98.0/src/remoteaccount.h --- attica-kf5-5.92.0/src/remoteaccount.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/remoteaccount.h 2022-09-05 09:21:08.000000000 +0000 @@ -20,6 +20,12 @@ namespace Attica { + +/** + * @class RemoteAccount remoteaccount.h + * + * Represents a remote account. + */ class ATTICA_EXPORT RemoteAccount { public: diff -Nru attica-kf5-5.92.0/src/remoteaccountparser.h attica-kf5-5.98.0/src/remoteaccountparser.h --- attica-kf5-5.92.0/src/remoteaccountparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/remoteaccountparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class RemoteAccount::Parser : public Attica::Parser +class Q_DECL_HIDDEN RemoteAccount::Parser : public Attica::Parser { private: RemoteAccount parseXml(QXmlStreamReader &xml) override; diff -Nru attica-kf5-5.92.0/src/topic.cpp attica-kf5-5.98.0/src/topic.cpp --- attica-kf5-5.92.0/src/topic.cpp 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/topic.cpp 2022-09-05 09:21:08.000000000 +0000 @@ -10,7 +10,7 @@ using namespace Attica; -class Topic::Private : public QSharedData +class Q_DECL_HIDDEN Topic::Private : public QSharedData { public: QString m_id; diff -Nru attica-kf5-5.92.0/src/topic.h attica-kf5-5.98.0/src/topic.h --- attica-kf5-5.92.0/src/topic.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/topic.h 2022-09-05 09:21:08.000000000 +0000 @@ -16,6 +16,12 @@ namespace Attica { + +/** + * @class Topic topic.h + * + * Represents a topic. + */ class ATTICA_EXPORT Topic { public: diff -Nru attica-kf5-5.92.0/src/topicparser.h attica-kf5-5.98.0/src/topicparser.h --- attica-kf5-5.92.0/src/topicparser.h 2022-03-05 11:08:53.000000000 +0000 +++ attica-kf5-5.98.0/src/topicparser.h 2022-09-05 09:21:08.000000000 +0000 @@ -14,7 +14,7 @@ namespace Attica { -class Topic::Parser : public Attica::Parser +class Q_DECL_HIDDEN Topic::Parser : public Attica::Parser { private: Topic parseXml(QXmlStreamReader &xml) override;