Both BitcoinApplication and OptionsModel classes are derived from the
QObject class, therefore a parent-child relation could be established to
manage the lifetime of an OptionsModel object.
This commit does not change behavior.
This is a backport of Core [[https://github.com/bitcoin/bitcoin/pull/18424 | PR18424]]