# HG changeset patch # User matthiasm # Date 1364317203 0 # Node ID 9aa3f343a6eaf068bfb9f9f4f9493f888750427c # Parent d3df9f50b18827250e53886327785767c14b3269 added FlexiNoteModel to svcore.pro; small change in FlexiNoteModel.h diff -r d3df9f50b188 -r 9aa3f343a6ea data/model/FlexiNoteModel.h --- a/data/model/FlexiNoteModel.h Tue Mar 26 14:20:19 2013 +0000 +++ b/data/model/FlexiNoteModel.h Tue Mar 26 17:00:03 2013 +0000 @@ -138,7 +138,7 @@ virtual QString getDefaultPlayPluginConfiguration() const { - return ""; + return ""; } virtual void toXml(QTextStream &out, diff -r d3df9f50b188 -r 9aa3f343a6ea svcore.pro --- a/svcore.pro Tue Mar 26 14:20:19 2013 +0000 +++ b/svcore.pro Tue Mar 26 17:00:03 2013 +0000 @@ -141,6 +141,7 @@ data/model/Model.h \ data/model/ModelDataTableModel.h \ data/model/NoteModel.h \ + data/model/FlexiNoteModel.h \ data/model/PathModel.h \ data/model/PowerOfSqrtTwoZoomConstraint.h \ data/model/PowerOfTwoZoomConstraint.h \