kmail
snippetconfig.cpp
Go to the documentation of this file.00001 /*************************************************************************** 00002 * snippet feature from kdevelop/plugins/snippet/ * 00003 * * 00004 * Copyright (C) 2007 by Robert Gruber * 00005 * rgruber@users.sourceforge.net * 00006 * * 00007 * This program is free software; you can redistribute it and/or modify * 00008 * it under the terms of the GNU General Public License as published by * 00009 * the Free Software Foundation; either version 2 of the License, or * 00010 * (at your option) any later version. * 00011 * * 00012 ***************************************************************************/ 00013 00014 #include "snippetconfig.h" 00015 00016 SnippetConfig::SnippetConfig() 00017 { 00018 } 00019 00020 00021 SnippetConfig::~SnippetConfig() 00022 { 00023 } 00024 00025