Obsolete Members for QLibraryInfo

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

Static Public Members

(obsolete) QDate buildDate()
(obsolete) QString licensedProducts()
(obsolete) QString licensee()

Member Function Documentation

[static] QDate QLibraryInfo::buildDate()

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

This function used to return the installation date for this build of Qt, but now returns a constant date.

This function was introduced in Qt 4.6.

[static] QString QLibraryInfo::licensedProducts()

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

This function used to return the products that the license for this build of Qt has access to, now returns an empty string.

[static] QString QLibraryInfo::licensee()

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

This function used to return the person to whom this build of Qt is licensed, now returns an empty string.

© 2019 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.