We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53b607c commit a8efc3eCopy full SHA for a8efc3e
qgist/workbench/dtype_fsm.py
@@ -219,3 +219,13 @@ def active_workbench(self):
219
def active_workbench(self, value):
220
221
raise QgistAttributeError(translate('global', '"active_workbench" must not be changed. (dtype_fsm active)'))
222
+
223
+ @property
224
+ def config(self):
225
226
+ return self._config
227
228
+ @config.setter
229
+ def config(self, value):
230
231
+ raise QgistAttributeError(translate('global', '"config" must not be changed. (dtype_fsm config)'))
0 commit comments