summaryrefslogtreecommitdiffstats
path: root/system/qtfm/gcc6.patch
blob: 166ef0a79e44f79721fc88ed0f471f0bec4b5c96 (plain)
diff -Naur qtfm.orig/src/mymodel.cpp qtfm/src/mymodel.cpp
--- qtfm.orig/src/mymodel.cpp	2013-05-25 19:25:38.000000000 +0200
+++ qtfm/src/mymodel.cpp	2017-05-31 17:12:54.877169485 +0200
@@ -220,7 +220,7 @@
 
     if(item) return item->absoluteFilePath();
 
-    return false;
+    return "";
 }
 
 //---------------------------------------------------------------------------------------