comparison layer/ImageLayer.h @ 806:4c8ca536b54f warnfix_no_size_t

Some more unsigned/long removal
author Chris Cannam
date Tue, 17 Jun 2014 15:36:56 +0100
parents 1d526ba11a24
children b66fb15de477
comparison
equal deleted inserted replaced
805:1d526ba11a24 806:4c8ca536b54f
96 96
97 virtual void setLayerDormant(const View *v, bool dormant); 97 virtual void setLayerDormant(const View *v, bool dormant);
98 98
99 void setProperties(const QXmlAttributes &attributes); 99 void setProperties(const QXmlAttributes &attributes);
100 100
101 virtual bool addImage(long frame, QString url); // using a command 101 virtual bool addImage(int frame, QString url); // using a command
102 102
103 protected slots: 103 protected slots:
104 void checkAddSources(); 104 void checkAddSources();
105 void fileSourceReady(); 105 void fileSourceReady();
106 106