From 062a3cdec94cb4394bc93d6e3b5205981fb25cb0 Mon Sep 17 00:00:00 2001 From: ubbo Date: Tue, 6 Dec 2011 20:44:49 +0000 Subject: add class for constants git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@670 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgconstants.h | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 gpgconstants.h (limited to 'gpgconstants.h') diff --git a/gpgconstants.h b/gpgconstants.h new file mode 100644 index 0000000..4b1df2f --- /dev/null +++ b/gpgconstants.h @@ -0,0 +1,38 @@ +/* + * gpgconstants.h + * + * Copyright 2008 gpg4usb-team + * + * This file is part of gpg4usb. + * + * Gpg4usb 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 3 of the License, or + * (at your option) any later version. + * + * Gpg4usb 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 gpg4usb. If not, see + */ + +#ifndef GPGCONSTANTS_H +#define GPGCONSTANTS_H + +class QString; + +class GpgConstants +{ +public: + static const char* PGP_CRYPT_BEGIN; + static const char* PGP_CRYPT_END; + static const char* PGP_SIGNED_BEGIN; + static const char* PGP_SIGNED_END; + static const char* PGP_SIGNATURE_BEGIN; + static const char* PGP_SIGNATURE_END; +}; + +#endif // GPGCONSTANTS_H -- cgit v1.2.3