qtfm-5.5-gcc6.patch 346 B

123456789101112
  1. --- qtfm-5.5/src/mymodel.cpp.old 2012-05-27 20:05:45.000000000 -0400
  2. +++ qtfm-5.5/src/mymodel.cpp 2017-03-17 15:41:37.136770140 -0400
  3. @@ -166,7 +166,7 @@
  4. if(item) return item->absoluteFilePath();
  5. - return false;
  6. + return NULL;
  7. }
  8. //---------------------------------------------------------------------------------------