mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-16 16:37:02 +00:00
Fixes to support building with GCC
This commit is contained in:
@@ -73,12 +73,12 @@ public:
|
||||
InternalWaitForResults(Future);
|
||||
return Future.result();
|
||||
}
|
||||
|
||||
template<>
|
||||
void WaitForResults(QFuture<void> Future)
|
||||
{
|
||||
InternalWaitForResults(Future);
|
||||
}
|
||||
};
|
||||
|
||||
template<>
|
||||
inline void CProgressDialog::WaitForResults(QFuture<void> Future)
|
||||
{
|
||||
InternalWaitForResults(Future);
|
||||
}
|
||||
|
||||
#endif // CPROGRESSDIALOG_H
|
||||
|
||||
Reference in New Issue
Block a user