forked from qt-creator/qt-creator
Utils: Store Device::osType in settings
Change-Id: I41348be752598b7a8d1f1979764e7111cccc95a9 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -59,12 +59,6 @@ private slots:
|
||||
m_fileSizeTestFile.writeFileContents(QByteArray(1024, 'a'));
|
||||
}
|
||||
|
||||
void osType()
|
||||
{
|
||||
const auto osType = m_dfaPtr->osType({});
|
||||
QCOMPARE(osType, HostOsInfo::hostOs());
|
||||
}
|
||||
|
||||
void fileSize()
|
||||
{
|
||||
const auto size = m_dfaPtr->fileSize(m_fileSizeTestFile);
|
||||
|
Reference in New Issue
Block a user