You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

13 lines
173 B

#ifndef EBOOK_URL_H
#define EBOOK_URL_H
#include <QUrl>
class EbookURL : public QUrl
{
public:
EbookURL();
EbookURL(const QString &url);
};
#endif // EBOOK_URL_H