Tracker: undo Model.h changes from previous commit

This changes more than just style, put enum values back.
In practice this makes no difference but the change was
unintentional so put it back like it was before.

Change-Id: I46c782c441d72e77a2897683f54ba7fcefbd5b63
This commit is contained in:
John Scipione
2023-04-23 23:46:06 -04:00
parent a63a67392b
commit 26704b5974
+7 -7
View File
@@ -229,18 +229,18 @@ private:
CanHandleResult CanHandleDrops() const; CanHandleResult CanHandleDrops() const;
enum NodeType { enum NodeType {
kDesktopNode,
kDirectoryNode,
kExecutableNode,
kLinkNode,
kPlainNode, kPlainNode,
kExecutableNode,
kDirectoryNode,
kLinkNode,
kQueryNode, kQueryNode,
kQueryTemplateNode, kQueryTemplateNode,
kRootNode,
kVolumeNode, kVolumeNode,
kRootNode,
kTrashNode, kTrashNode,
kUnknownNode, kDesktopNode,
kVirtualDirectoryNode kVirtualDirectoryNode,
kUnknownNode
}; };
entry_ref fEntryRef; entry_ref fEntryRef;