branchpropwindow.cpp
changeset 746 ee6b0f3a4c2f
parent 721 12958f987bcf
child 753 25a77484ec72
     1.1 --- a/branchpropwindow.cpp	Mon Mar 23 09:06:51 2009 +0000
     1.2 +++ b/branchpropwindow.cpp	Thu Mar 26 07:49:17 2009 +0000
     1.3 @@ -44,7 +44,7 @@
     1.4  	else	
     1.5  		hide();
     1.6  
     1.7 -	// FIXME for now remove attribute tab
     1.8 +	// FIXME-2 for now remove attribute tab
     1.9  	ui.tabWidget->removeTab (3);
    1.10  
    1.11  }
    1.12 @@ -126,7 +126,7 @@
    1.13  		attributeModel->removeRows(0, attributeModel->rowCount(), QModelIndex());
    1.14  
    1.15  /*
    1.16 -		// FIXME some samples for attribute testing
    1.17 +		// FIXME-3 some samples for attribute testing
    1.18  		QStringList attrTypes=mapEditor->attributeTable()->getTypes();
    1.19  		for (int i=0; i<attrTypes.count()-1;i++)
    1.20  		{
    1.21 @@ -263,7 +263,7 @@
    1.22  
    1.23  void BranchPropertyWindow::deleteAttributeClicked()
    1.24  {
    1.25 -	//FIXME cout << "BPW::delete\n";
    1.26 +	//FIXME-3 cout << "BPW::delete\n";
    1.27  }
    1.28  
    1.29  void BranchPropertyWindow::connectSignals()