Skip to content

Commit

Permalink
fixing const declaration in Platform::getDefaultScraper
Browse files Browse the repository at this point in the history
  • Loading branch information
detain committed Jul 30, 2022
1 parent f0eccf9 commit 12a69b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ QString Platform::getFormats(QString platform, QString extensions, QString addEx
}

// If user provides no scraping source with '-s' this sets the default for the platform
QString Platform::getDefaultScraper()
QString Platform::getDefaultScraper() const
{
return "cache";
}
Expand Down

0 comments on commit 12a69b2

Please sign in to comment.