changeset 622:765bb3774c4f tonioni

small changes to FlexiNote stuff
author matthiasm
date Tue, 26 Mar 2013 17:00:45 +0000
parents e7352a4c0a05
children 49afde2dd704
files layer/FlexiNoteLayer.cpp layer/LayerFactory.h
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/layer/FlexiNoteLayer.cpp	Tue Mar 26 14:46:06 2013 +0000
+++ b/layer/FlexiNoteLayer.cpp	Tue Mar 26 17:00:45 2013 +0000
@@ -406,7 +406,7 @@
 }
 
 bool
-FlexiNoteLayer::getPointToDrag(View *v, int x, int y, NoteModel::Point &p) const
+FlexiNoteLayer::getPointToDrag(View *v, int x, int y, FlexiNoteModel::Point &p) const
 {
     if (!m_model) return false;
 
--- a/layer/LayerFactory.h	Tue Mar 26 14:46:06 2013 +0000
+++ b/layer/LayerFactory.h	Tue Mar 26 17:00:45 2013 +0000
@@ -35,6 +35,7 @@
 	TimeInstants,
 	TimeValues,
 	Notes,
+	FlexiNotes,
 	Regions,
 	Text,
         Image,