From 7206143f863fa03a578efe7ecb95d1cfa4752824 Mon Sep 17 00:00:00 2001 From: nils Date: Mon, 17 Jan 2011 21:39:54 +0000 Subject: added quitdialog with checklist for documents to save, but there has to be some handling for the saving git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@439 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- keymgmt.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'keymgmt.cpp') diff --git a/keymgmt.cpp b/keymgmt.cpp index 2cf21c0..6cb2a05 100755 --- a/keymgmt.cpp +++ b/keymgmt.cpp @@ -25,10 +25,10 @@ #include "keymgmt.h" -KeyMgmt::KeyMgmt(GpgME::Context *ctx, QString iconpath) +KeyMgmt::KeyMgmt(GpgME::Context *ctx, QString iconPath) { mCtx = ctx; - mIconPath = iconpath; + mIconPath = iconPath; /* the list of Keys available*/ mKeyList = new KeyList(mCtx, mIconPath); -- cgit v1.2.3