mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 22:30:38 -04:00
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
11 lines
235 B
C++
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;
|
|
|