Skip to content

Commit

Permalink
Merge pull request #3 from brunoabinader/bump-to-mbgl-ios-v0.3.2
Browse files Browse the repository at this point in the history
Updated Mapboxgl API usage to ios-v0.3.2
  • Loading branch information
tmpsantos committed Jun 6, 2015
2 parents 9beedc8 + 711a40c commit 6779639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qmapboxgl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ QMapboxGL::~QMapboxGL()

void QMapboxGL::setAccessToken(const QString &token)
{
d_ptr->map.setAccessToken(token.toUtf8().constData());
d_ptr->fileSource.setAccessToken(token.toUtf8().constData());
}

void QMapboxGL::setStyleJSON(const QString &style)
Expand Down

0 comments on commit 6779639

Please sign in to comment.