Mercurial > hg > svgui
diff layer/ImageLayer.h @ 464:69089c9dc42e
* Fix crash in SimpleSPARQLQuery
* Fix failure to add images from local files
author | Chris Cannam |
---|---|
date | Thu, 15 Jan 2009 18:20:40 +0000 |
parents | e1a9e478b7f2 |
children | 5b72899d692b |
line wrap: on
line diff
--- a/layer/ImageLayer.h Fri Jan 09 14:55:12 2009 +0000 +++ b/layer/ImageLayer.h Thu Jan 15 18:20:40 2009 +0000 @@ -99,8 +99,8 @@ virtual bool addImage(long frame, QString url); // using a command protected slots: - void checkAddRemotes(); - void remoteFileReady(); + void checkAddSources(); + void fileSourceReady(); protected: ImageModel::PointList getLocalPoints(View *v, int x, int y) const; @@ -120,10 +120,10 @@ static ImageMap m_images; static QMutex m_imageMapMutex; mutable ViewImageMap m_scaled; - mutable FileSourceMap m_remoteFiles; + mutable FileSourceMap m_fileSources; QString getLocalFilename(QString img) const; - void checkAddRemote(QString img) const; + void checkAddSource(QString img) const; ImageModel *m_model; bool m_editing;