mapeditor.cpp
changeset 795 6b0a5f4923d3
parent 794 d922fb6ea482
child 796 cf634bbf9e04
     1.1 --- a/mapeditor.cpp	Fri Sep 11 12:56:15 2009 +0000
     1.2 +++ b/mapeditor.cpp	Thu Sep 17 09:41:09 2009 +0000
     1.3 @@ -186,6 +186,8 @@
     1.4  
     1.5  void MapEditor::scrollTo (const QModelIndex &index)
     1.6  {
     1.7 +	//cout <<"ME::scrollTo aborted\n";
     1.8 +	//return;
     1.9  	if (index.isValid())
    1.10  	{
    1.11  		LinkableMapObj* lmo=NULL;
    1.12 @@ -454,6 +456,7 @@
    1.13  
    1.14  void MapEditor::testFunction1()
    1.15  {
    1.16 +	cout << "ME::test1  selected TI="<<model->getSelectedItem()<<endl;
    1.17  	/*
    1.18  	// Code copied from Qt sources
    1.19  	QRectF rect=model->getSelectedBranchObj()->getBBox();