From c3c8ad40a57f759b614b00374c3456932ccb63f7 Mon Sep 17 00:00:00 2001
From: Justin Karneges <justin@affinix.com>
Date: Sat, 24 Mar 2007 16:39:09 +0000
Subject: [PATCH] pgp fingerprint note

svn path=/trunk/kdesupport/qca/; revision=646114
---
 include/QtCrypto/qcaprovider.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/QtCrypto/qcaprovider.h b/include/QtCrypto/qcaprovider.h
index aa406cf8..6a8fa960 100644
--- a/include/QtCrypto/qcaprovider.h
+++ b/include/QtCrypto/qcaprovider.h
@@ -350,7 +350,7 @@ public:
 	QStringList userIds;
 	bool isSecret;
 	QDateTime creationDate, expirationDate;
-	QString fingerprint;
+	QString fingerprint; // all lowercase, no spaces
 	bool inKeyring;
 	bool isTrusted;
 };