mirror of
https://github.com/YACReader/yacreader
synced 2025-06-03 00:58:32 -04:00
7 lines
114 B
C++
7 lines
114 B
C++
#include "comic_vine_dialog.h"
|
|
|
|
ComicVineDialog::ComicVineDialog(QWidget *parent) :
|
|
QDialog(parent)
|
|
{
|
|
}
|