diff options
| author | Glenn Smith <glenn@vector35.com> | 2021-08-16 14:47:53 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2021-08-16 14:50:14 -0400 |
| commit | aaa3ab8e95b686cd30414f49b0223ee9fe2a0928 (patch) | |
| tree | e0fd934e2a9d9861d5967b58641b59a921897a5b | |
| parent | 5b217afee628f71d84e8f44288b1198b90136762 (diff) | |
Cleanup taglist header
| -rw-r--r-- | ui/taglist.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/ui/taglist.h b/ui/taglist.h index 9331e0d9..8b28ef32 100644 --- a/ui/taglist.h +++ b/ui/taglist.h @@ -13,19 +13,6 @@ #include "tagtypelist.h" -class BINARYNINJAUIAPI TagListItem -{ -public: -// explicit TagListItem(QVariant data, TagListItem* parent = nullptr); -// ~TagListItem(); - -protected: - TagListItem* m_parent; - std::vector<TagListItem*> m_children; - QVariant m_data; -}; - - class BINARYNINJAUIAPI TagListModel: public QAbstractItemModel { Q_OBJECT |
