mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-05 21:32:12 +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() {
|
||||
auto manager = new QNetworkAccessManager();
|
||||
auto manager = new QNetworkAccessManager();
|
||||
|
||||
QSignalSpy spy(manager, &QNetworkAccessManager::finished);
|
||||
QNetworkRequest req(QUrl("https://google.com"));
|
||||
|
|
Loading…
Reference in a new issue