Corregido memory leak

intento de corregir los glitches de las marcas de "le?do"

Corregido el cargador de los flows SW
This commit is contained in:
Luis Ángel San Martín
2013-01-20 00:50:37 +01:00
parent eae74073c0
commit 726061affe
5 changed files with 25 additions and 15 deletions

View File

@ -48,9 +48,9 @@
void setIndex(unsigned int index);
unsigned int getIndex(){return _index;};
unsigned int numPages(){return _pages.size();}
QPixmap * currentPage();
//QPixmap * currentPage();
bool loaded();
QPixmap * operator[](unsigned int index);
//QPixmap * operator[](unsigned int index);
QVector<QByteArray> * getRawData(){return &_pages;};
QByteArray getRawPage(int page);
bool pageIsLoaded(int page);