24 deactivateable = True |
24 deactivateable = True |
25 version = "0.1.0" |
25 version = "0.1.0" |
26 className = "TimeTrackerPlugin" |
26 className = "TimeTrackerPlugin" |
27 packageName = "TimeTracker" |
27 packageName = "TimeTracker" |
28 shortDescription = "Time Tracker to keep track of the project time." |
28 shortDescription = "Time Tracker to keep track of the project time." |
29 longDescription = """This plugin implements a time tracker to keep track""" \ |
29 longDescription = """This plug-in implements a time tracker to keep track""" \ |
30 """ of the time used for a project. The time can be subdivided into tasks.""" |
30 """ of the time used for a project. The time can be subdivided into tasks.""" |
31 needsRestart = False |
31 needsRestart = False |
32 pyqtApi = 2 |
32 pyqtApi = 2 |
33 # End-Of-Header |
33 # End-Of-Header |
34 |
34 |