mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
fixed compilation Qt4
This commit is contained in:
@ -661,8 +661,8 @@ void YACReaderFlowGL::insert(char *name, GLuint Tex, float x, float y,int item)
|
||||
|
||||
void YACReaderFlowGL::remove(int item)
|
||||
{
|
||||
loaded.removeAt(item);
|
||||
marks.removeAt(item);
|
||||
loaded.remove(item);
|
||||
marks.remove(item);
|
||||
paths.removeAt(item);
|
||||
|
||||
//reposition current selection
|
||||
|
Reference in New Issue
Block a user