1 /***************************************************************************
2 * Copyright (C) 2008 by Jakub Stachowski <qbast@go2.pl> *
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
19 virtual bool create(const QString
&path
, int, int, QImage
&img
);
20 virtual Flags
flags() const;