mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 14:34:42 -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)
|
void YACReaderFlowGL::remove(int item)
|
||||||
{
|
{
|
||||||
loaded.removeAt(item);
|
loaded.remove(item);
|
||||||
marks.removeAt(item);
|
marks.remove(item);
|
||||||
paths.removeAt(item);
|
paths.removeAt(item);
|
||||||
|
|
||||||
//reposition current selection
|
//reposition current selection
|
||||||
|
Reference in New Issue
Block a user