diff options
Diffstat (limited to 'parts/snippet/snippetconfig.cpp')
-rw-r--r-- | parts/snippet/snippetconfig.cpp | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/parts/snippet/snippetconfig.cpp b/parts/snippet/snippetconfig.cpp new file mode 100644 index 00000000..23186d05 --- /dev/null +++ b/parts/snippet/snippetconfig.cpp @@ -0,0 +1,20 @@ +/* + * File : snippetconfig.cpp + * + * Author: Robert Gruber <rgruber@users.sourceforge.net> + * + * Copyright: See COPYING file that comes with this distribution + */ + +#include "snippetconfig.h" + +SnippetConfig::SnippetConfig() +{ +} + + +SnippetConfig::~SnippetConfig() +{ +} + + |