~osomon/oxide/override-touchUngrabEvent

« back to all changes in this revision

Viewing changes to qt/core/api/oxideqsslcertificate.h

  • Committer: Chris Coulson
  • Date: 2016-01-13 18:16:11 UTC
  • Revision ID: chris.coulson@canonical.com-20160113181611-vo55lgwngvcj9u1h
Various clean-ups in soon-to-be-public headers. Also, we rename header files based on whether they're going to be public or not

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
// License along with this library; if not, write to the Free Software
16
16
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
17
17
 
18
 
#ifndef OXIDE_Q_SSL_CERTIFICATE
19
 
#define OXIDE_Q_SSL_CERTIFICATE
20
 
 
21
 
#include <QDateTime>
22
 
#include <QMetaType>
23
 
#include <QSharedDataPointer>
24
 
#include <QString>
25
 
#include <QStringList>
26
 
#include <QtGlobal>
27
 
#include <QVariant>
 
18
#ifndef OXIDE_QTCORE_SSL_CERTIFICATE
 
19
#define OXIDE_QTCORE_SSL_CERTIFICATE
 
20
 
 
21
#include <QtCore/QDateTime>
 
22
#include <QtCore/QMetaType>
 
23
#include <QtCore/QSharedDataPointer>
 
24
#include <QtCore/QString>
 
25
#include <QtCore/QStringList>
 
26
#include <QtCore/QtGlobal>
 
27
#include <QtCore/QVariant>
 
28
 
 
29
#include <OxideQtCore/oxideqglobal.h>
28
30
 
29
31
class OxideQSslCertificateData;
30
32
 
31
 
class Q_DECL_EXPORT OxideQSslCertificate {
 
33
class OXIDE_QTCORE_EXPORT OxideQSslCertificate {
32
34
  Q_GADGET
33
35
 
34
36
  Q_PROPERTY(QString serialNumber READ serialNumber CONSTANT)
95
97
 
96
98
Q_DECLARE_METATYPE(OxideQSslCertificate)
97
99
 
98
 
#endif // OXIDE_Q_SSL_CERTIFICATE
 
100
#endif // OXIDE_QTCORE_SSL_CERTIFICATE