Fix code format errors due to changes in default coding style. (#150)

This commit is contained in:
Felix Kauselmann
2020-07-24 21:17:49 +02:00
committed by GitHub
parent 41ccef1060
commit b9acd13120
36 changed files with 38 additions and 38 deletions

View File

@ -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)
{

View File

@ -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)
{

View File

@ -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