Functions called with the application object are static functions, so they do not reference the application object.
setOrganizationName setOrganizationDomain setApplicationName setApplicationVersion
All static members of QCoreApplication obtained, of which QApplication . Using the application link only resolves the namespace for these functions, but the object is not actually used.
source share