eric6/Tasks/TasksFile.py

branch
jsonfiles
changeset 8016
e484fc67677e
parent 8011
630a173cb137
child 8017
7ec108389fde
equal deleted inserted replaced
8015:09b24828d787 8016:e484fc67677e
27 """ 27 """
28 Constructor 28 Constructor
29 29
30 @param isGlobal flag indicating a file for global tasks 30 @param isGlobal flag indicating a file for global tasks
31 @type bool 31 @type bool
32 @param parent reference to the parent object 32 @param parent reference to the parent object (defaults to None)
33 @type QObject (optional) 33 @type QObject (optional)
34 """ 34 """
35 super(TasksFile, self).__init__(parent) 35 super(TasksFile, self).__init__(parent)
36 self.__isGlobal = isGlobal 36 self.__isGlobal = isGlobal
37 37

eric ide

mercurial