* @brief Gets remaining data for display (excludes hidden fields like OTP). * @return Remaining data suitable for display */
| 82 | * @return Remaining data suitable for display |
| 83 | */ |
| 84 | auto FileContent::getRemainingDataForDisplay() const -> QString { |
| 85 | return this->remainingDataDisplay; |
| 86 | } |
| 87 | |
| 88 | /** |
| 89 | * @brief Constructs a FileContent with all parsed data. |