mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
added ComicVineDialog
added missing .png
This commit is contained in:
parent
5cb2080387
commit
c18e6a3e85
@ -76,7 +76,8 @@ HEADERS += comic_flow.h \
|
||||
import_widget.h \
|
||||
yacreader_local_server.h \
|
||||
yacreader_main_toolbar.h \
|
||||
comics_remover.h
|
||||
comics_remover.h \
|
||||
comic_vine_dialog.h
|
||||
|
||||
SOURCES += comic_flow.cpp \
|
||||
create_library_dialog.cpp \
|
||||
@ -115,7 +116,8 @@ SOURCES += comic_flow.cpp \
|
||||
import_widget.cpp \
|
||||
yacreader_local_server.cpp \
|
||||
yacreader_main_toolbar.cpp \
|
||||
comics_remover.cpp
|
||||
comics_remover.cpp \
|
||||
comic_vine_dialog.cpp
|
||||
|
||||
|
||||
include(./server/server.pri)
|
||||
@ -125,7 +127,7 @@ include(../compressed_archive/wrapper.pri)
|
||||
RESOURCES += images.qrc files.qrc
|
||||
win32:RESOURCES += images_win.qrc
|
||||
unix:!macx:RESOURCES += images_win.qrc
|
||||
macx:RESOURCES += images_osx.qrc
|
||||
macx:RESOURCES += images_osx.qrc
|
||||
|
||||
RC_FILE = icon.rc
|
||||
|
||||
|
6
YACReaderLibrary/comic_vine_dialog.cpp
Normal file
6
YACReaderLibrary/comic_vine_dialog.cpp
Normal file
@ -0,0 +1,6 @@
|
||||
#include "comic_vine_dialog.h"
|
||||
|
||||
ComicVineDialog::ComicVineDialog(QWidget *parent) :
|
||||
QDialog(parent)
|
||||
{
|
||||
}
|
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
|
BIN
images/getInfo.png
Normal file
BIN
images/getInfo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 294 B |
Loading…
Reference in New Issue
Block a user