13 lines
398 B
Diff
13 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";
|
|
}
|
|
|
|
//---------------------------------------------------------------------------------------
|