mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 06:24:39 -04:00
a?adido c?lculo de secciones para optimizar la extracci?n de c?mics
This commit is contained in:
@ -36,7 +36,7 @@ signals:
|
||||
|
||||
public slots:
|
||||
int getNumFiles();
|
||||
QList<QByteArray> getAllData(ExtractDelegate * delegate = 0);
|
||||
QList<QByteArray> getAllData(const QVector<quint32> & indexes, ExtractDelegate * delegate = 0);
|
||||
QByteArray getRawDataAtIndex(int index);
|
||||
QList<QString> getFileNames();
|
||||
private:
|
||||
|
Reference in New Issue
Block a user