Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QNetworkAuthenticationCredential Class Reference

#include <qnetworkaccessauthenticationmanager_p.h>

+ Collaboration diagram for QNetworkAuthenticationCredential:

Public Member Functions

bool isNull () const
 

Public Attributes

QString domain
 
QString user
 
QString password
 

Detailed Description

Definition at line 31 of file qnetworkaccessauthenticationmanager_p.h.

Member Function Documentation

◆ isNull()

bool QNetworkAuthenticationCredential::isNull ( ) const
inline

Definition at line 37 of file qnetworkaccessauthenticationmanager_p.h.

References domain, QString::isNull(), password, and user.

+ Here is the call graph for this function:

Member Data Documentation

◆ domain

QString QNetworkAuthenticationCredential::domain

◆ password

QString QNetworkAuthenticationCredential::password

Definition at line 36 of file qnetworkaccessauthenticationmanager_p.h.

Referenced by isNull().

◆ user

QString QNetworkAuthenticationCredential::user

Definition at line 35 of file qnetworkaccessauthenticationmanager_p.h.

Referenced by isNull().


The documentation for this class was generated from the following file: