diff -r ee6b0f3a4c2f -r c6908bc17d78 selection.cpp --- a/selection.cpp Thu Mar 26 07:49:17 2009 +0000 +++ b/selection.cpp Mon Apr 27 12:42:06 2009 +0000 @@ -42,7 +42,8 @@ } */ } -bool Selection::select(LinkableMapObj *lmo) // TODO no multiselections yet +bool Selection::select(LinkableMapObj *lmo)// FIXME-2 VM emit signal in VM instead and get rid of this + { return model->select (lmo); /* @@ -56,7 +57,8 @@ */ } -bool Selection::select (const QString &s) // TODO no multiselections yet +bool Selection::select (const QString &s)// FIXME-2 VM emit signal in VM instead and get rid of this + { return model->select (s); /*