From e2316350cac716ab592074c8358400a5aba7eefc Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 14 Apr 2010 17:47:56 +0000 Subject: fixed bug, that text cant be written after decrypt git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@305 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'gpgwin.cpp') diff --git a/gpgwin.cpp b/gpgwin.cpp index 333bafa..d39564e 100644 --- a/gpgwin.cpp +++ b/gpgwin.cpp @@ -451,7 +451,6 @@ void GpgWin::encrypt() QString *tmp2 = new QString(*tmp); edit->setPlainText(*tmp2); } - } void GpgWin::decrypt() -- cgit v1.2.3