You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
basis_data in down_sampling_thread.h is a QList<QSharedPointer<DataBlock> >, but neither DataBlock nor FixedDataBlock has a addDownSampledVersion() (but GDFDataBlock has it), so compiling the current head fails.