~mardy/signon-keyring-extension/libsecret

« back to all changes in this revision

Viewing changes to src/keyring-plugin.h

  • Committer: Alberto Mardegan
  • Date: 2012-11-06 11:07:09 UTC
  • mfrom: (15.1.1 qt5)
  • Revision ID: alberto.mardegan@canonical.com-20121106110709-uz0o8pyjnhdli44m
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):