use qdesktopservices on qt5+pyqt4
This commit is contained in:
parent
de8adfecff
commit
8fecf53c3b
@ -179,7 +179,7 @@ documentation for information on using a flash drive.""")
|
||||
|
||||
def _defaultBase(self):
|
||||
if isWin:
|
||||
if qtmajor >= 5:
|
||||
if False: #qtmajor >= 5:
|
||||
loc = QStandardPaths.writeableLocation(QStandardPaths.DocumentsLocation)
|
||||
else:
|
||||
loc = QDesktopServices.storageLocation(QDesktopServices.DocumentsLocation)
|
||||
|
Loading…
Reference in New Issue
Block a user