mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-10 17:59:33 +00:00
declare metatypes
svn path=/trunk/kdesupport/qca/; revision=525451
This commit is contained in:
parent
05f90c03ce
commit
ab489a9081
@ -37,6 +37,7 @@
|
||||
|
||||
#include <QSharedData>
|
||||
#include <QSharedDataPointer>
|
||||
#include <QMetaType>
|
||||
#include "qca_export.h"
|
||||
|
||||
class QString;
|
||||
@ -285,6 +286,8 @@ private:
|
||||
QSharedDataPointer<Private> d;
|
||||
};
|
||||
|
||||
Q_DECLARE_METATYPE(QSecureArray)
|
||||
|
||||
/**
|
||||
* Equality operator. Returns true if the two QSecureArray
|
||||
* arguments have the same data (and the same length, of course).
|
||||
@ -501,6 +504,8 @@ private:
|
||||
QSharedDataPointer<Private> d;
|
||||
};
|
||||
|
||||
Q_DECLARE_METATYPE(QBigInteger)
|
||||
|
||||
/**
|
||||
* Equality operator. Returns true if the two QBigInteger values
|
||||
* are the same, including having the same sign.
|
||||
|
Loading…
x
Reference in New Issue
Block a user