mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 22:44:56 -04:00
Update precompiled pdfium for mac to chromium/3071 and add version info file with minimal build instructions
This commit is contained in:
14
compressed_archive/extract_delegate.h
Normal file
14
compressed_archive/extract_delegate.h
Normal file
@ -0,0 +1,14 @@
|
||||
#ifndef EXTRACT_DELEGATE_H
|
||||
#define EXTRACT_DELEGATE_H
|
||||
|
||||
#include <QByteArray>
|
||||
|
||||
class ExtractDelegate
|
||||
{
|
||||
public:
|
||||
virtual void fileExtracted(int index, const QByteArray & rawData) = 0;
|
||||
virtual void crcError(int index) = 0;
|
||||
virtual void unknownError(int index) = 0;
|
||||
};
|
||||
|
||||
#endif //EXTRACT_DELEGATE_H
|
Reference in New Issue
Block a user