Windows: fix depreceation warnings

- winsock2.h should be included before windows.h
- QProcess::execute('name') -> QProcess::execute('name', args);
This commit is contained in:
Floris Bos 2023-05-22 10:44:13 +02:00
parent 64d271b092
commit e490ec1c4d
4 changed files with 7 additions and 3 deletions

View file

@ -3,9 +3,9 @@
* Copyright (C) 2020 Raspberry Pi Ltd
*/
#include "downloadextractthread.h"
#include "imagewriter.h"
#include "drivelistitem.h"
#include "downloadextractthread.h"
#include "dependencies/drivelist/src/drivelist.hpp"
#include "dependencies/sha256crypt/sha256crypt.h"
#include "driveformatthread.h"