MCPcopy Create free account
hub / github.com/LeFroid/Viper-Browser / URL

Method URL

src/core/web/URL.cpp:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "URL.h"
2
3URL::URL() :
4 QUrl()
5{
6}
7
8URL::URL(const QUrl &other) :
9 QUrl(other)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected