mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
9 lines
131 B
C++
9 lines
131 B
C++
#include "select_comic.h"
|
|
|
|
|
|
SelectComic::SelectComic(QWidget *parent)
|
|
:QWidget(parent)
|
|
{}
|
|
|
|
SelectComic::~SelectComic() {}
|