Create Qt components with all parameters specified otherwise it will be instantiated with default properties
This commit is contained in:
parent
c1b1719914
commit
30f673efe1
4 changed files with 11 additions and 16 deletions
|
|
@ -16,6 +16,8 @@
|
|||
NvHTTP::NvHTTP(QString address) :
|
||||
m_Address(address)
|
||||
{
|
||||
Q_ASSERT(!address.isEmpty());
|
||||
|
||||
m_BaseUrlHttp.setScheme("http");
|
||||
m_BaseUrlHttps.setScheme("https");
|
||||
m_BaseUrlHttp.setHost(address);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue