Skip to content

Commit efa9d47

Browse files
committed
Mark created files as ready when they are ready
1 parent 3149059 commit efa9d47

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ui/util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ std::optional<BinaryNinja::PossibleValueSet> BINARYNINJAUIAPI getPossibleValueSe
3737
std::optional<BinaryNinja::PossibleValueSet> BINARYNINJAUIAPI getPossibleValueSetForILToken(View* view, HighlightTokenState token);
3838
std::optional<uint64_t> BINARYNINJAUIAPI getAddressOfILTokenExpr(View* view, HighlightTokenState token);
3939
void BINARYNINJAUIAPI setCallStackAdjustment(QWidget* parent, FunctionRef func, ArchitectureRef arch, uint64_t instrAddress);
40+
bool BINARYNINJAUIAPI markProjectFileReadyForPath(const QString& path);
4041

4142
// Resolve the address of the call instruction that the user is currently on,
4243
// given the active function, architecture, IL view, highlight, and cursor

0 commit comments

Comments
 (0)