Renamed getdefaultsavepath

This commit is contained in:
Jaime van Kessel 2016-03-01 10:40:35 +01:00
parent 7985a961c4
commit ff3bca19ac
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@ class CuraApplication(QtApplication):
self._recent_files.append(QUrl.fromLocalFile(f))
@pyqtSlot(result = QUrl)
def getDefaultSavePath(self):
def getDefaultPath(self):
return QUrl.fromLocalFile(os.path.expanduser("~/"))
## Handle loading of all plugin types (and the backend explicitly)