summaryrefslogtreecommitdiffstats
path: root/src/concurrent/qfutureinterface_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/concurrent/qfutureinterface_p.h')
-rw-r--r--src/concurrent/qfutureinterface_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/concurrent/qfutureinterface_p.h b/src/concurrent/qfutureinterface_p.h
index e4c5d369aa..734584adad 100644
--- a/src/concurrent/qfutureinterface_p.h
+++ b/src/concurrent/qfutureinterface_p.h
@@ -145,7 +145,7 @@ public:
QtConcurrent::ResultStoreBase m_results;
bool manualProgress;
int m_expectedResultCount;
- QtConcurrent::internal::ExceptionStore m_exceptionStore;
+ QtPrivate::ExceptionStore m_exceptionStore;
QString m_progressText;
QRunnable *runnable;