void-packages/srcpkgs/qtfm/patches/make_it_build_fixes.patch
2017-10-29 18:57:59 -04:00

12 lines
398 B
Diff

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";
}
//---------------------------------------------------------------------------------------