diff options
Diffstat (limited to 'freebsd/dependencies/pinentry-tqt/files/patch-tqt_secqstring.h')
-rw-r--r-- | freebsd/dependencies/pinentry-tqt/files/patch-tqt_secqstring.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/freebsd/dependencies/pinentry-tqt/files/patch-tqt_secqstring.h b/freebsd/dependencies/pinentry-tqt/files/patch-tqt_secqstring.h index 0dd7973ba..f2b212abd 100644 --- a/freebsd/dependencies/pinentry-tqt/files/patch-tqt_secqstring.h +++ b/freebsd/dependencies/pinentry-tqt/files/patch-tqt_secqstring.h @@ -1,4 +1,4 @@ ---- tqt/secqstring.h.orig 2017-12-03 16:33:12 UTC +--- tqt/secqstring.h.orig +++ tqt/secqstring.h @@ -87,7 +87,7 @@ class SecTQCharRef; template <class T> class TQDeepCopy; @@ -18,6 +18,15 @@ { public: SecTQString(); // make null string +@@ -125,7 +125,7 @@ + + SecTQString &operator=( const SecTQString & ); // impl-shared copy + +- QT_STATIC_CONST SecTQString null; ++ static const SecTQString null; + + bool isNull() const; + bool isEmpty() const; @@ -191,7 +191,7 @@ class Q_EXPORT SecTQString (private) friend class TQDeepCopy<SecTQString>; }; |