File patchfile.patch of Package ffdiaporama
15
1
diff -upr ffDiaporama.r0/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp ffDiaporama.r1/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp
2
--- ffDiaporama.r0/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp 2014-02-09 09:47:04.000000000 +0000
3
+++ ffDiaporama.r1/src/ffDiaporama/wgt_QMultimediaBrowser/QCustomFolderTable.cpp 2022-09-05 13:54:35.610782343 +0000
4
5
setUpdatesEnabled(true);
6
7
// Start thread to scan files
8
- ScanMediaList.setFuture(QtConcurrent::run(this,&QCustomFolderTable::DoScanMediaList));
9
-
10
+ //ScanMediaList.setFuture(QtConcurrent::run(this,&QCustomFolderTable::DoScanMediaList)); //ooo
11
+ QCustomFolderTable::DoScanMediaList(); //xxx
12
QApplication::restoreOverrideCursor();
13
SaveSettings();
14
}
15