From 3011e86b379d0033300f275a08fa8185604a1a4c Mon Sep 17 00:00:00 2001 From: tariq Date: Sun, 7 May 2006 16:29:52 +0000 Subject: [PATCH] (0.2.1 RC) git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@84 b624d157-de02-0410-bad0-e51aec6abb33 --- src/lib/AutoType_Win.cpp | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100755 src/lib/AutoType_Win.cpp diff --git a/src/lib/AutoType_Win.cpp b/src/lib/AutoType_Win.cpp new file mode 100755 index 0000000..525d22d --- /dev/null +++ b/src/lib/AutoType_Win.cpp @@ -0,0 +1,29 @@ + /*************************************************************************** + * Copyright (C) 2005-2006 by Tarek Saidi * + * tarek.saidi@arcor.de * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + * This program is distributed in the hope that it will be useful, * + * but WITHOUT ANY WARRANTY; without even the implied warranty of * + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * + * GNU General Public License for more details. * + * * + * You should have received a copy of the GNU General Public License * + * along with this program; if not, write to the * + * Free Software Foundation, Inc., * + * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * + ***************************************************************************/ + +#include +#include "AutoType.h" + +void AutoType::perform(CEntry* entry, QString& err){ +QString str; +QMessageBox(NULL,tr("Error"),"This feature is not available under Windows"); + + +} \ No newline at end of file