mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
16 lines
190 B
C++
16 lines
190 B
C++
#include "select_comic.h"
|
|
|
|
|
|
SelectComic::SelectComic(QWidget *parent)
|
|
:QWidget(parent)
|
|
{
|
|
|
|
}
|
|
|
|
void SelectComic::load(const QString &json)
|
|
{
|
|
|
|
}
|
|
|
|
SelectComic::~SelectComic() {}
|