Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
(cherry-picked from 9c28c91)
  • Loading branch information
nyalldawson committed Apr 9, 2018
1 parent 15d7385 commit 120a884
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/core/symbology/qgssvgcache.cpp
Expand Up @@ -435,7 +435,7 @@ QByteArray QgsSvgCache::getImageData( const QString &path ) const
QNetworkReply *reply = task->reply();
if ( !reply )
{
// cancelled
// canceled
QMetaObject::invokeMethod( const_cast< QgsSvgCache * >( this ), "onRemoteSvgFetched", Qt::QueuedConnection, Q_ARG( QString, path ), Q_ARG( bool, false ) );
return;
}
Expand Down
2 changes: 1 addition & 1 deletion src/gui/symbology/qgssymbolselectordialog.cpp
Expand Up @@ -288,7 +288,7 @@ QgsSymbolSelectorWidget::QgsSymbolSelectorWidget( QgsSymbol *symbol, QgsStyle *s
connect( QgsApplication::svgCache(), &QgsSvgCache::remoteSvgFetched, this, [ = ]
{
// when a remote svg has been fetched, update the widget's previews
// this is required if the symbol utilises remote svgs, and the current previews
// this is required if the symbol utilizes remote svgs, and the current previews
// have been generated using the temporary "downloading" svg. In this case
// we require the preview to be regenerated to use the correct fetched
// svg
Expand Down
2 changes: 1 addition & 1 deletion src/gui/symbology/qgssymbolslistwidget.cpp
Expand Up @@ -117,7 +117,7 @@ QgsSymbolsListWidget::QgsSymbolsListWidget( QgsSymbol *symbol, QgsStyle *style,
connect( mOpacityWidget, &QgsOpacityWidget::opacityChanged, this, &QgsSymbolsListWidget::opacityChanged );

// when a remote svg has been fetched, update the widget's previews
// this is required if the symbol utilises remote svgs, and the current previews
// this is required if the symbol utilizes remote svgs, and the current previews
// have been generated using the temporary "downloading" svg. In this case
// we require the preview to be regenerated to use the correct fetched
// svg
Expand Down

0 comments on commit 120a884

Please sign in to comment.