eric6/Project/DebuggerPropertiesFile.py

branch
jsonfiles
changeset 8015
09b24828d787
parent 8012
ecf45f723038
child 8016
e484fc67677e
equal deleted inserted replaced
8013:c3bd65c330ed 8015:09b24828d787
17 from E5Gui import E5MessageBox 17 from E5Gui import E5MessageBox
18 from E5Gui.E5OverrideCursor import E5OverridenCursor 18 from E5Gui.E5OverrideCursor import E5OverridenCursor
19 19
20 import Preferences 20 import Preferences
21 21
22 Project = typing.Type["Project"] 22 Project = typing.TypeVar("Project")
23 23
24 24
25 class DebuggerPropertiesFile(QObject): 25 class DebuggerPropertiesFile(QObject):
26 """ 26 """
27 Class representing the project debugger properties JSON file. 27 Class representing the project debugger properties JSON file.

eric ide

mercurial