Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Icon
  • Loading branch information
nyalldawson committed May 18, 2020
1 parent b9ef421 commit 737aded
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion images/images.qrc
Expand Up @@ -121,7 +121,7 @@
<file>themes/default/algorithms/mAlgorithmRandomPoissonRaster.svg</file>
<file>themes/default/algorithms/mAlgorithmRandomRaster.svg</file>
<file>themes/default/algorithms/mAlgorithmRegularPoints.svg</file>
<file>themes/default/algorithms/mAlgorithmRoundRastervalues.svg</file>
<file>themes/default/algorithms/mAlgorithmRoundRastervalues.svg</file>
<file>themes/default/algorithms/mAlgorithmSelectLocation.svg</file>
<file>themes/default/algorithms/mAlgorithmSelectRandom.svg</file>
<file>themes/default/algorithms/mAlgorithmSimplify.svg</file>
Expand Down Expand Up @@ -859,6 +859,7 @@
<file>themes/default/mActionAddMarker.svg</file>
<file>themes/default/mLayoutItemMarker.svg</file>
<file>themes/default/algorithms/mAlgorithmConstantRaster.svg</file>
<file>themes/default/mIconStopwatch.svg</file>
</qresource>
<qresource prefix="/images/tips">
<file alias="symbol_levels.png">qgis_tips/symbol_levels.png</file>
Expand Down
1 change: 1 addition & 0 deletions images/themes/default/mIconStopwatch.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/app/devtools/profiler/qgsprofilerwidgetfactory.cpp
Expand Up @@ -18,7 +18,7 @@
#include "qgsapplication.h"

QgsProfilerWidgetFactory::QgsProfilerWidgetFactory( QgsRuntimeProfiler *profiler )
: QgsDevToolWidgetFactory( QObject::tr( "Startup Profiler" ), QgsApplication::getThemeIcon( QStringLiteral( "mIconNetworkLogger.svg" ) ) )
: QgsDevToolWidgetFactory( QObject::tr( "Startup Profiler" ), QgsApplication::getThemeIcon( QStringLiteral( "mIconStopwatch.svg" ) ) )
, mProfiler( profiler )
{
}
Expand Down

0 comments on commit 737aded

Please sign in to comment.