mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:30:04 +00:00
Add const to address clang-tidy findings
This commit is contained in:
parent
99219f1c44
commit
41a2b989ae
1 changed files with 2 additions and 2 deletions
|
|
@ -392,8 +392,8 @@ TextureAtlas::Impl::LoadImage(const std::string& imagePath, double scale)
|
|||
|
||||
if (url.isLocalFile())
|
||||
{
|
||||
QString suffix = QFileInfo(qImagePath).suffix().toLower();
|
||||
QString qLocalImagePath = url.toString(QUrl::PreferLocalFile);
|
||||
const QString suffix = QFileInfo(qImagePath).suffix().toLower();
|
||||
const QString qLocalImagePath = url.toString(QUrl::PreferLocalFile);
|
||||
|
||||
if (suffix == "svg")
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue