mirror of
https://github.com/YACReader/yacreader
synced 2026-01-30 20:00:06 -05:00
Fix code format errors due to changes in default coding style. (#150)
This commit is contained in:
@ -82,7 +82,7 @@ void SelectComic::load(const QString &json, const QString &searchString)
|
||||
ScraperSelector::load(json, searchString);
|
||||
}
|
||||
|
||||
SelectComic::~SelectComic() {}
|
||||
SelectComic::~SelectComic() { }
|
||||
|
||||
void SelectComic::loadComicInfo(const QModelIndex &mi)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user