src/eric7/WebBrowser/Bookmarks/BookmarkNode.py

branch
eric7
changeset 10475
ee41fab001f2
parent 10439
21c28b0f9e41
child 10482
72d9b5ea39b4
--- a/src/eric7/WebBrowser/Bookmarks/BookmarkNode.py	Wed Jan 03 17:36:30 2024 +0100
+++ b/src/eric7/WebBrowser/Bookmarks/BookmarkNode.py	Wed Jan 03 18:09:15 2024 +0100
@@ -15,12 +15,14 @@
     Class implementing the bookmark node type.
     """
 
+    # TODO: change this to an enum
     # possible bookmark node types
     Root = 0
     Folder = 1
     Bookmark = 2
     Separator = 3
 
+    # TODO: change this to an enum
     # possible timestamp types
     TsAdded = 0
     TsModified = 1

eric ide

mercurial