void-packages/srcpkgs/qtfm/patches/make_it_build_fixes.patch

13 lines
398 B
Diff
Raw Normal View History

2017-10-29 00:41:20 +02:00
diff -Naur src/mymodel.cpp qtfm.new/src/mymodel.cpp
--- src/mymodel.cpp 2017-10-28 22:06:56.289345197 +0200
+++ qtfm.new/src/mymodel.cpp 2017-10-28 22:07:36.822507089 +0200
@@ -220,7 +220,7 @@
if(item) return item->absoluteFilePath();
- return false;
+ return "This won't work";
}
//---------------------------------------------------------------------------------------