~online-accounts/libaccounts-qt/13.04

  • Committer: Alberto Mardegan
  • Date: 2013-01-21 09:43:43 UTC
  • Revision ID: git-v1:867b65cbe3101d93a10db54e98dd2d74b8f8a14f
Do not instantiate Error before Q_DECLARE_METATYPE

Doing so in Qt5 would cause the template QMetaTypeId<Accounts::Error>
class to be instantiated before Q_DECLARE_METATYPE, and consequently
cause a compilation error because the Q_DECLARE_METATYPE macro would
then re-define the same class.
Filename Latest Rev Last Changed Committer Comment Size
..
.gitignore 106 11 years ago Alberto Mardegan pkg-config: generate .pc file at installation time 35 bytes Diff Download File
Account 1 14 years ago Alberto Mardegan Initial commit 30 bytes Diff Download File
account-service.cpp 114 11 years ago Alberto Mardegan Use GVariant-based APIs from libaccounts-glib Avo 13.9 KB Diff Download File
account-service.h 114 11 years ago Alberto Mardegan Use GVariant-based APIs from libaccounts-glib Avo 2.4 KB Diff Download File
account.cpp 114 11 years ago Alberto Mardegan Use GVariant-based APIs from libaccounts-glib Avo 23.7 KB Diff Download File
account.h 114 11 years ago Alberto Mardegan Use GVariant-based APIs from libaccounts-glib Avo 5.4 KB Diff Download File
accounts-qt.pc.in 112 11 years ago Alberto Mardegan More out of tree fixes and use QMAKE_SUBSTITUTE in 432 bytes Diff Download File
accounts-qt5.pc.in 112 11 years ago Alberto Mardegan More out of tree fixes and use QMAKE_SUBSTITUTE in 435 bytes Diff Download File
Accounts.pro 112 11 years ago Alberto Mardegan More out of tree fixes and use QMAKE_SUBSTITUTE in 1.1 KB Diff Download File
accountscommon.h 93 12 years ago Alberto Mardegan Build Service instances on the stack Make Service 1.6 KB Diff Download File
AccountService 82 12 years ago Alberto Mardegan Add AccountService class 38 bytes Diff Download File
Application 91 12 years ago Alberto Mardegan Add the Application class 34 bytes Diff Download File
application.cpp 93 12 years ago Alberto Mardegan Build Service instances on the stack Make Service 3.3 KB Diff Download File
application.h 93 12 years ago Alberto Mardegan Build Service instances on the stack Make Service 1.6 KB Diff Download File
auth-data.cpp 114 11 years ago Alberto Mardegan Use GVariant-based APIs from libaccounts-glib Avo 2.8 KB Diff Download File
auth-data.h 89 12 years ago Alberto Mardegan Add AuthData class 1.6 KB Diff Download File
AuthData 89 12 years ago Alberto Mardegan Add AuthData class 32 bytes Diff Download File
Error 39 13 years ago Alberto Mardegan Add Error class 28 bytes Diff Download File
error.cpp 86 12 years ago Alberto Mardegan Doc: move doxygen comments to .cpp files 2.2 KB Diff Download File
error.h 118 11 years ago Alberto Mardegan Do not instantiate Error before Q_DECLARE_METATYPE 3 KB Diff Download File
Manager 1 14 years ago Alberto Mardegan Initial commit 30 bytes Diff Download File
manager.cpp 98 11 years ago Jussi Laako - Add support for tags - Make style more consisten 15.3 KB Diff Download File
manager.h 98 11 years ago Jussi Laako - Add support for tags - Make style more consisten 2.8 KB Diff Download File
Provider 1 14 years ago Alberto Mardegan Initial commit 31 bytes Diff Download File
provider.cpp 95 12 years ago Alberto Mardegan Allocate Provider objects on the stack 3.9 KB Diff Download File
provider.h 95 12 years ago Alberto Mardegan Allocate Provider objects on the stack 2 KB Diff Download File
Service 1 14 years ago Alberto Mardegan Initial commit 31 bytes Diff Download File
service-type.cpp 98 11 years ago Jussi Laako - Add support for tags - Make style more consisten 5.3 KB Diff Download File
service-type.h 98 11 years ago Jussi Laako - Add support for tags - Make style more consisten 2.2 KB Diff Download File
service.cpp 98 11 years ago Jussi Laako - Add support for tags - Make style more consisten 5.1 KB Diff Download File
service.h 98 11 years ago Jussi Laako - Add support for tags - Make style more consisten 2.4 KB Diff Download File
ServiceType 23 13 years ago Alberto Mardegan Add ServiceType class 36 bytes Diff Download File
utils.cpp 116 11 years ago Alberto Mardegan Add support for string lists 4.1 KB Diff Download File
utils.h 114 11 years ago Alberto Mardegan Use GVariant-based APIs from libaccounts-glib Avo 1.1 KB Diff Download File