ports/security/qtkeychain/files/patch-auto_ptr.h
Jason Helfman 3b2488db11 - add new port: security/qtkeychain
QtKeychain is a Qt API to store passwords and other secret data securely.How
the data is stored depends on the platform.
For Linux/Unix, KWallet (via D-Bus) is used. Support for the GNOME Keyring
via freedesktop.org's Secret Storage D-Bus specification is planned
but not yet implemented.

WWW: https://github.com/frankosterfeld/qtkeychain

PR:		177634
Submitted by:	6yearold@gmail.com

Feature safe:	yes
2013-04-17 06:06:24 +00:00

11 lines
235 B
C++

--- _keychain_dbus.cpp 2013-03-25 20:32:44.801564594 +0400
+++ keychain_dbus.cpp 2013-03-25 20:32:49.811561714 +0400
@@ -10,7 +10,7 @@
#include <QSettings>
-#include <auto_ptr.h>
+#include <memory>
using namespace QKeychain;