mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
d6e46d1270
5 changed files with 30 additions and 17 deletions
|
@ -114,8 +114,8 @@ import ghidra.util.task.TaskMonitor;
|
|||
* }
|
||||
* };
|
||||
*
|
||||
* QItemListener<ITEM, RESULT> itemListener = new QItemListener<ITEM, RESULT>() {
|
||||
* public void itemProcessed(QResult<ITEM, RESULT> result) {
|
||||
* {@literal QItemListener<ITEM, RESULT> itemListener = new QItemListener<ITEM, RESULT>()} {
|
||||
* {@literal public void itemProcessed(QResult<ITEM, RESULT> result)} {
|
||||
* RESULT result = result.getResult();
|
||||
* // work on my result...
|
||||
* }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue