kmail

snippetconfig.cpp
1 /***************************************************************************
2  * snippet feature from tdevelop/plugins/snippet/ *
3  * *
4  * Copyright (C) 2007 by Robert Gruber *
5  * rgruber@users.sourceforge.net *
6  * *
7  * This program is free software; you can redistribute it and/or modify *
8  * it under the terms of the GNU General Public License as published by *
9  * the Free Software Foundation; either version 2 of the License, or *
10  * (at your option) any later version. *
11  * *
12  ***************************************************************************/
13 
14 #include "snippetconfig.h"
15 
16 SnippetConfig::SnippetConfig()
17 {
18 }
19 
20 
21 SnippetConfig::~SnippetConfig()
22 {
23 }
24 
25