summaryrefslogtreecommitdiffstats
path: root/kipi-plugins/sync/sinks/gallery/galleryitem.h
blob: 88fc7e89b1b5406d9398baa669c95e238cb53720 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/* ============================================================
 * File  : galleryitem.h
 * Author: Colin Guthrie <kde@colin.guthr.ie>
 * Date  : 2007-02-02
 *
 * Copyright 2007 Colin Guthrie <kde@colin.guthr.ie>
 *
 * 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 "../../libkipi2/item.h"

namespace KipiSyncPlugin
{

class GalleryItem : KIPI2::Item
{

};

}