diff options
Diffstat (limited to 'kipi-plugins/sync/sinks/gallery/galleryitem.cpp')
-rw-r--r-- | kipi-plugins/sync/sinks/gallery/galleryitem.cpp | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/kipi-plugins/sync/sinks/gallery/galleryitem.cpp b/kipi-plugins/sync/sinks/gallery/galleryitem.cpp new file mode 100644 index 0000000..5c07d5b --- /dev/null +++ b/kipi-plugins/sync/sinks/gallery/galleryitem.cpp @@ -0,0 +1,19 @@ +/* ============================================================ + * File : galleryitem.cpp + * Author: Colin Guthrie <[email protected]> + * Date : 2007-02-02 + * + * Copyright 2007 Colin Guthrie <[email protected]> + * + * 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, or (at your option) any later version. + * + * This program 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. + * ============================================================ */ + +#include "galleryitem.h" |