TimeTracker/Documentation/source/Plugin_Time_Tracker.TimeTracker.TimeTrackEntry.html

changeset 95
7449695cf655
parent 87
4ac2329b36da
child 98
693e42176007
diff -r a3d936304e51 -r 7449695cf655 TimeTracker/Documentation/source/Plugin_Time_Tracker.TimeTracker.TimeTrackEntry.html
--- a/TimeTracker/Documentation/source/Plugin_Time_Tracker.TimeTracker.TimeTrackEntry.html	Sun Apr 25 17:29:38 2021 +0200
+++ b/TimeTracker/Documentation/source/Plugin_Time_Tracker.TimeTracker.TimeTrackEntry.html	Sun Apr 25 17:30:29 2021 +0200
@@ -53,7 +53,7 @@
     Class implementing the time track entry.
 </p>
 <h3>Derived from</h3>
-object
+None
 <h3>Class Attributes</h3>
 
 <table>
@@ -204,7 +204,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 duration in minutes (int)
 </dd>
@@ -217,7 +217,7 @@
         Private method to get the current date and time without milliseconds.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 current date and time (QDateTime)
 </dd>
@@ -237,7 +237,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating that self is less than other (boolean)
 </dd>
@@ -279,7 +279,7 @@
 </dd>
 </dl>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 ID of the tracker entry; -1 indicates an error (integer)
 </dd>
@@ -292,7 +292,7 @@
         Public method to get the comment.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 comment (string)
 </dd>
@@ -305,7 +305,7 @@
         Public slot to get the duration.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 duration (integer)
 </dd>
@@ -318,7 +318,7 @@
         Public method to get the entry data.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 entry data as a tuple of start date (string), start time
             (string), duration (integer), task (string), comment (string)
@@ -333,7 +333,7 @@
         Public method to get the ID of the entry.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 ID of the entry (integer)
 </dd>
@@ -346,7 +346,7 @@
         Public method to get the start date and time.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 start date and time (QDateTime)
 </dd>
@@ -359,7 +359,7 @@
         Public method to get the task description.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 task description (string)
 </dd>
@@ -372,7 +372,7 @@
         Public method to check for a paused state.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 flag indicating a paused state (boolean)
 </dd>
@@ -385,7 +385,7 @@
         Public method to check the validity of the entry.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 validity of the entry (boolean)
 </dd>
@@ -489,7 +489,7 @@
         Public method to get a string representation of the entry.
 </p>
 <dl>
-<dt>Returns:</dt>
+<dt>Return:</dt>
 <dd>
 string representation of the entry (string)
 </dd>

eric ide

mercurial