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.

静态公有成员

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

成员函数

[static] QDate QLibraryInfo::buildDate()

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 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 used to return the person to whom this build of Qt is licensed, now returns an empty string.