summaryrefslogtreecommitdiffstats
path: root/system/qtfm/gcc6.patch
blob: 18a5514dce4cee3c61ae54ef4594cab8a9f4e9b3 (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 "";
 }
 
 //---------------------------------------------------------------------------------------