Make everything obey the default filesystem type setting.

This commit is contained in:
Teo Mrnjavac 2016-06-10 15:22:21 +02:00
parent 6fa467715c
commit f5ff716369
3 changed files with 28 additions and 8 deletions

View file

@ -120,6 +120,8 @@ private:
int m_lastSelectedDeviceIndex;
QString m_defaultFsType;
QMutex m_coreMutex;
};