mirror of
				https://github.com/fralx/LimeReport.git
				synced 2025-11-04 15:11:26 +03:00 
			
		
		
		
	Comments have been removed
This commit is contained in:
		@@ -238,18 +238,4 @@ void HorizontalLayout::placeItemInLayout(BaseDesignIntf* item)
 | 
			
		||||
        item->setPos(0, 0);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// void HorizontalLayout::insertItemInLayout(BaseDesignIntf* item)
 | 
			
		||||
// {
 | 
			
		||||
//     bool inserted = false;
 | 
			
		||||
//     for (int i=0; i<layoutsChildren().length(); ++i){
 | 
			
		||||
//         BaseDesignIntf* child = layoutsChildren()[i];
 | 
			
		||||
//         if (child->pos() == item->pos()){
 | 
			
		||||
//             layoutsChildren().insert(i, item);
 | 
			
		||||
//             inserted = true;
 | 
			
		||||
//             break;
 | 
			
		||||
//         }
 | 
			
		||||
//     }
 | 
			
		||||
//     if (!inserted) layoutsChildren().append(item);
 | 
			
		||||
// }
 | 
			
		||||
 | 
			
		||||
} // namespace LimeReport
 | 
			
		||||
 
 | 
			
		||||
@@ -62,7 +62,6 @@ private:
 | 
			
		||||
    void sortChildren();
 | 
			
		||||
    void divideSpace();
 | 
			
		||||
    void placeItemInLayout(BaseDesignIntf* item);
 | 
			
		||||
    // void insertItemInLayout(BaseDesignIntf* item);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
} //namespace LimeReport
 | 
			
		||||
 
 | 
			
		||||
@@ -27,7 +27,6 @@ private:
 | 
			
		||||
    void sortChildren();
 | 
			
		||||
    void divideSpace();
 | 
			
		||||
    void placeItemInLayout(BaseDesignIntf* item);
 | 
			
		||||
    // void insertItemInLayout(BaseDesignIntf* item);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
} // namespace LimeReport
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user