mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
6076 add method to get number of images from summary
This commit is contained in:
parent
516c1575d6
commit
1dd59dc16d
@ -58,4 +58,11 @@ public class TextSummary {
|
|||||||
return sampleImage;
|
return sampleImage;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @return the numberOfImages
|
||||||
|
*/
|
||||||
|
int getNumberOfImages() {
|
||||||
|
return numberOfImages;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user