|
|
@ -14,15 +14,11 @@ final XdgaDirectoriesBindings _bindings = XdgaDirectoriesBindings(_dylib); |
|
|
|
|
|
|
|
|
|
|
|
/// QStandardPaths::CacheLocation |
|
|
|
/// QStandardPaths::CacheLocation |
|
|
|
String getCacheLocation() => |
|
|
|
String getCacheLocation() => |
|
|
|
_bindings.getCacheLocation().cast<Utf8>().toDartString() |
|
|
|
_bindings.getCacheLocation().cast<Utf8>().toDartString(); |
|
|
|
// @todo remove after fix EnableQtCompatibility |
|
|
|
|
|
|
|
.replaceAll('/qsource', ''); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// QStandardPaths::AppDataLocation |
|
|
|
/// QStandardPaths::AppDataLocation |
|
|
|
String getAppDataLocation() => |
|
|
|
String getAppDataLocation() => |
|
|
|
_bindings.getAppDataLocation().cast<Utf8>().toDartString() |
|
|
|
_bindings.getAppDataLocation().cast<Utf8>().toDartString(); |
|
|
|
// @todo remove after fix EnableQtCompatibility |
|
|
|
|
|
|
|
.replaceAll('/qsource', ''); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/// QStandardPaths::DocumentsLocation |
|
|
|
/// QStandardPaths::DocumentsLocation |
|
|
|
String getDocumentsLocation() => |
|
|
|
String getDocumentsLocation() => |
|
|
|