mirror of
https://github.com/YACReader/yacreader
synced 2026-02-02 05:10:09 -05:00
added ComicVineDialog
added missing .png
This commit is contained in:
18
YACReaderLibrary/comic_vine_dialog.h
Normal file
18
YACReaderLibrary/comic_vine_dialog.h
Normal file
@ -0,0 +1,18 @@
|
||||
#ifndef COMIC_VINE_DIALOG_H
|
||||
#define COMIC_VINE_DIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
|
||||
class ComicVineDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
explicit ComicVineDialog(QWidget *parent = 0);
|
||||
|
||||
signals:
|
||||
|
||||
public slots:
|
||||
|
||||
};
|
||||
|
||||
#endif // COMIC_VINE_DIALOG_H
|
||||
Reference in New Issue
Block a user