compile
[kdegraphics.git] / thumbnailers / mobi / mobithumbnail.h
blob78c2d7196500d630679be20086024063ca28a378
1 /***************************************************************************
2 * Copyright (C) 2008 by Jakub Stachowski <qbast@go2.pl> *
3 * *
4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License as published by *
6 * the Free Software Foundation; either version 2 of the License, or *
7 * (at your option) any later version. *
8 ***************************************************************************/
10 #ifndef MOBITHUMBNAIL_H
11 #define MOBITHUMBNAIL_H
13 #include <kio/thumbcreator.h>
15 class MobiThumbnail : public ThumbCreator
17 public:
18 MobiThumbnail() {}
19 virtual bool create(const QString &path, int, int, QImage &img);
20 virtual Flags flags() const;
23 #endif