summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2024-02-09 17:27:04 -0500
committerGlenn Smith <glenn@vector35.com>2024-02-09 17:27:04 -0500
commit5454781534812279765047823519504338550434 (patch)
tree44c05048cde37313add5be6763b5c020a3acd43b
parentf35c47dffaa152eea6614a787bf8f2c76221162a (diff)
Type Browser: Make action functions consistent
-rw-r--r--ui/typebrowser.h1
1 files changed, 1 insertions, 0 deletions
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();