~ps-jenkins/signon-keyring-extension/latestsnapshot-0.6+13.10.20130626-0ubuntu1

« back to all changes in this revision

Viewing changes to src/keyring-plugin.h

  • Committer: Alberto Mardegan
  • Date: 2012-11-06 10:41:11 UTC
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: alberto.mardegan@canonical.com-20121106104111-11nyfbljrfivxsxe
Allow building with Qt5

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
{
32
32
    Q_OBJECT
33
33
    Q_INTERFACES(SignOn::ExtensionInterface3)
 
34
#if QT_VERSION >= QT_VERSION_CHECK(5, 0, 0)
 
35
    Q_PLUGIN_METADATA(IID "com.nokia.SingleSignOn.ExtensionInterface/3.0")
 
36
#endif
 
37
 
34
38
 
35
39
public:
36
40
    KeyringPlugin(QObject *parent = 0):