Navigation Menu

Skip to content

Commit

Permalink
Port to Qt 5.6 remove unneeded removed function setHasMipmaps.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjones committed Jun 24, 2016
1 parent 5414329 commit 54a9b37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/location/maps/qgeomapscene.cpp
Expand Up @@ -753,7 +753,6 @@ QSGNode *QGeoMapScene::updateSceneGraph(QSGNode *oldNode, QQuickWindow *)
continue;
QSGPlainTexture *texture = new QSGPlainTexture();
texture->setImage(tileTexture->image);
texture->setHasMipmaps(false);
texture->setHasAlphaChannel(false);
mapRoot->textures.insert(spec, texture);;
}
Expand Down

0 comments on commit 54a9b37

Please sign in to comment.