14 lines
375 B
Diff
14 lines
375 B
Diff
|
|
Index: seadrive-gui-3.0.16/src/ui/sync-errors-dialog.cpp
|
||
|
|
===================================================================
|
||
|
|
--- seadrive-gui-3.0.16.orig/src/ui/sync-errors-dialog.cpp
|
||
|
|
+++ seadrive-gui-3.0.16/src/ui/sync-errors-dialog.cpp
|
||
|
|
@@ -249,6 +249,8 @@ QString SyncErrorsTableView::findLocalPa
|
||
|
|
}
|
||
|
|
|
||
|
|
return local_path;
|
||
|
|
+#else
|
||
|
|
+ return QString();
|
||
|
|
#endif
|
||
|
|
}
|
||
|
|
|