Skip to content

Commit

Permalink
[ui] Better network logger icon
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Jun 27, 2020
1 parent f66975a commit cadb59b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
#include "qgsapplication.h"

QgsNetworkLoggerWidgetFactory::QgsNetworkLoggerWidgetFactory( QgsNetworkLogger *logger )
: QgsDevToolWidgetFactory( QObject::tr( "Network Logger" ), QgsApplication::getThemeIcon( QStringLiteral( "mIconNetworkLogger.svg" ) ) )
: QgsDevToolWidgetFactory( QObject::tr( "Network Logger" ), QgsApplication::getThemeIcon( QStringLiteral( "propertyicons/network_and_proxy.svg" ) ) )
, mLogger( logger )
{
}
Expand Down

0 comments on commit cadb59b

Please sign in to comment.