summaryrefslogtreecommitdiff
path: root/entry.py
diff options
context:
space:
mode:
Diffstat (limited to 'entry.py')
-rw-r--r--entry.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/entry.py b/entry.py
index b2877cc..2c01b3f 100644
--- a/entry.py
+++ b/entry.py
@@ -4,7 +4,8 @@ from PyQt5.QtGui import QFont
from PyQt5.QtWidgets import QLabel
class Entry:
- def __init__(self, desc, due = "", due_alt = "", link = ""):
+ def __init__(self, parent_id, desc, due = "", due_alt = "", link = ""):
+ self.parent_id = parent_id
self.desc = desc
self.due = due
self.due_alt = due_alt