mirror of
https://github.com/lubosz/overte.git
synced 2025-04-25 14:13:05 +02:00
Fix indentation
This commit is contained in:
parent
7076669635
commit
62cd9c64c1
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ void QtNetworkTests::httpRequest() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void QtNetworkTests::httpsRequest() {
|
void QtNetworkTests::httpsRequest() {
|
||||||
auto manager = new QNetworkAccessManager();
|
auto manager = new QNetworkAccessManager();
|
||||||
|
|
||||||
QSignalSpy spy(manager, &QNetworkAccessManager::finished);
|
QSignalSpy spy(manager, &QNetworkAccessManager::finished);
|
||||||
QNetworkRequest req(QUrl("https://google.com"));
|
QNetworkRequest req(QUrl("https://google.com"));
|
||||||
|
|
Loading…
Reference in a new issue