mirror of
https://github.com/YACReader/yacreader
synced 2025-06-04 01:28:55 -04:00
Correcting errors in words and their meanings. Update the Russian language. Now look better.
7 lines
100 B
C++
7 lines
100 B
C++
#include "comics_model.h"
|
|
|
|
ComicsModel::ComicsModel(QObject *parent) :
|
|
JSONModel(parent)
|
|
{
|
|
}
|