mirror of
https://github.com/YACReader/yacreader
synced 2025-07-19 13:34:44 -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)
|
||||
{
|
||||
|
@ -109,7 +109,7 @@ void SelectVolume::load(const QString &json, const QString &searchString)
|
||||
ScraperSelector::load(json, searchString);
|
||||
}
|
||||
|
||||
SelectVolume::~SelectVolume() {}
|
||||
SelectVolume::~SelectVolume() { }
|
||||
|
||||
void SelectVolume::loadVolumeInfo(const QModelIndex &omi)
|
||||
{
|
||||
|
@ -38,7 +38,7 @@ public:
|
||||
return w;
|
||||
}
|
||||
void setAppearance(ScrapperToolButton::Appearance appearance) { this->appearance = appearance; }
|
||||
virtual ~ScrapperToolButton() {}
|
||||
virtual ~ScrapperToolButton() { }
|
||||
|
||||
protected:
|
||||
void paintEvent(QPaintEvent *e) override
|
||||
|
Reference in New Issue
Block a user