Skip to content

Commit

Permalink
fixed missing import for QDialog which broke LoadStyle
Browse files Browse the repository at this point in the history
  • Loading branch information
bogind committed Oct 19, 2021
1 parent a910163 commit c217ad0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
name=qlyrx
qgisMinimumVersion=3.0
description=Apply Arcgis Pro .lyrx style
version=0.3.2
version=0.3.3
author=Netta Beninson, Dror Bogin
[email protected]

Expand All @@ -23,6 +23,10 @@ repository=https://github.com/arc2qgis/qlyrx
# Recommended items:

changelog=
2021-10-19 Version 0.3.3
* Bug Fix version
added missing import for loading QML\SLD files which broke the tool.

2021-10-10 Version 0.3.2
* Bug Fix version

Expand Down
2 changes: 1 addition & 1 deletion qlyrx.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"""
from PyQt5.QtCore import QSettings, QTranslator, qVersion, QCoreApplication, QPointF
from PyQt5.QtGui import QIcon, QColor, QFont
from PyQt5.QtWidgets import QAction, QFileDialog, QHBoxLayout, QLabel, QComboBox
from PyQt5.QtWidgets import QAction, QFileDialog, QHBoxLayout, QLabel, QComboBox, QDialog
from qgis.core import (QgsProject, QgsWkbTypes, QgsColorRampShader, QgsPresetSchemeColorRamp, QgsRasterShader, QgsRasterBandStats,
QgsSymbol, QgsSingleSymbolRenderer,QgsSingleBandPseudoColorRenderer, QgsSimpleLineSymbolLayer,
QgsLinePatternFillSymbolLayer, QgsFontMarkerSymbolLayer, QgsSettings,
Expand Down

0 comments on commit c217ad0

Please sign in to comment.