mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-18 07:21:21 +02:00
Fix unix warning
This commit is contained in:
parent
d19b1c18a0
commit
c5b7bdc802
1 changed files with 1 additions and 1 deletions
|
@ -576,8 +576,8 @@ Resource::Resource(const Resource& other) :
|
|||
|
||||
Resource::Resource(const QUrl& url) :
|
||||
_url(url),
|
||||
_activeUrl(url),
|
||||
_effectiveBaseURL(url),
|
||||
_activeUrl(url),
|
||||
_requestID(++requestID) {
|
||||
init();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue