diff options
Diffstat (limited to 'kmail/snippetconfig.cpp')
-rw-r--r-- | kmail/snippetconfig.cpp | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/kmail/snippetconfig.cpp b/kmail/snippetconfig.cpp new file mode 100644 index 000000000..2424bbd23 --- /dev/null +++ b/kmail/snippetconfig.cpp @@ -0,0 +1,25 @@ +/*************************************************************************** + * snippet feature from kdevelop/plugins/snippet/ * + * * + * Copyright (C) 2007 by Robert Gruber * + * rgruber@users.sourceforge.net * + * * + * 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. * + * * + ***************************************************************************/ + +#include "snippetconfig.h" + +SnippetConfig::SnippetConfig() +{ +} + + +SnippetConfig::~SnippetConfig() +{ +} + + |