selection.cpp
changeset 757 c6908bc17d78
parent 746 ee6b0f3a4c2f
     1.1 --- a/selection.cpp	Mon Apr 27 12:07:15 2009 +0000
     1.2 +++ b/selection.cpp	Mon Apr 27 12:42:06 2009 +0000
     1.3 @@ -42,7 +42,8 @@
     1.4  	}	
     1.5  */
     1.6  }
     1.7 -bool Selection::select(LinkableMapObj *lmo)	// TODO no multiselections yet
     1.8 +bool Selection::select(LinkableMapObj *lmo)// FIXME-2 VM emit signal in VM instead and get rid of this
     1.9 +
    1.10  {
    1.11  	return model->select (lmo);
    1.12  	/*
    1.13 @@ -56,7 +57,8 @@
    1.14  	*/
    1.15  }
    1.16  
    1.17 -bool Selection::select (const QString &s)	// TODO no multiselections yet
    1.18 +bool Selection::select (const QString &s)// FIXME-2 VM emit signal in VM instead and get rid of this
    1.19 +
    1.20  {
    1.21  	return model->select (s);
    1.22  	/*