mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 05:24:57 -04: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