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.
Public Types
(obsolete) | LibraryLocation |
Static Public Members
(obsolete) QString | location(QLibraryInfo::LibraryLocation loc) |
Member Type Documentation
[alias]
QLibraryInfo::LibraryLocation
This typedef is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use LibraryPath with QLibraryInfo::path() instead.
Member Function Documentation
[static]
QString QLibraryInfo::location(QLibraryInfo::LibraryLocation loc)
This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.
Use path() instead.
Returns the path specified by loc.
See also path().