From 6436615567547349434351468012512505109552 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 6 Nov 2023 15:28:59 -0500 Subject: Type Browser --- ui/util.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ui/util.h') diff --git a/ui/util.h b/ui/util.h index bb2a9b50..c3e5ece5 100644 --- a/ui/util.h +++ b/ui/util.h @@ -31,6 +31,9 @@ void BINARYNINJAUIAPI showTextTooltip(QWidget* parent, const QPoint& previewPos, bool BINARYNINJAUIAPI isBinaryNinjaDataBase(QFileInfo& info, QFileAccessor& accessor); +PlatformRef BINARYNINJAUIAPI getOrAskForPlatform(QWidget* parent, BinaryViewRef data); +PlatformRef BINARYNINJAUIAPI getOrAskForPlatform(QWidget* parent, PlatformRef defaultValue); + /*! @} */ -- cgit v1.3.1