From 5454781534812279765047823519504338550434 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Fri, 9 Feb 2024 17:27:04 -0500 Subject: Type Browser: Make action functions consistent --- ui/typebrowser.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/typebrowser.h b/ui/typebrowser.h index 36150597..122642c0 100644 --- a/ui/typebrowser.h +++ b/ui/typebrowser.h @@ -498,6 +498,7 @@ public: void importType(); bool canAddTypeLibrary(); void addTypeLibrary(); + bool canImportTypeByGUID(); void importTypeByGUID(); bool canExpandAll(); void expandAll(); -- cgit v1.3.1