We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8691ef2 commit a160132Copy full SHA for a160132
src/imagewriter.cpp
@@ -61,7 +61,7 @@ ImageWriter::ImageWriter(QObject *parent)
61
: QObject(parent), _repo(QUrl(QString(OSLIST_URL))), _dlnow(0), _verifynow(0),
62
_engine(nullptr), _thread(nullptr), _verifyEnabled(false), _cachingEnabled(false),
63
_embeddedMode(false), _online(false), _customCacheFile(false), _trans(nullptr),
64
- _networkManager(this)
+ _networkManager(this), _settings("Raspberry Pi", "Imager", nullptr)
65
{
66
connect(&_polltimer, SIGNAL(timeout()), SLOT(pollProgress()));
67
0 commit comments