Obsolete Members for ContainerInterface

The following members of class ContainerInterface are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(deprecated in 6.10) virtual void kill() = 0
(deprecated in 6.10) virtual void terminate() = 0

Member Function Documentation

[pure virtual, deprecated in 6.10] void ContainerInterface::kill()

This function is deprecated since 6.10. We strongly advise against using it in new code.

Implement stop() and handle ForcedExit instead.

[pure virtual, deprecated in 6.10] void ContainerInterface::terminate()

This function is deprecated since 6.10. We strongly advise against using it in new code.

Implement stop() and handle NormalExit instead.

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.