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