mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 08:10:52 +01:00
QT6: Mod unused function put in comments
This commit is contained in:
@@ -1040,11 +1040,11 @@ void Createdxf::drawArcEllipse(
|
|||||||
/*
|
/*
|
||||||
* Utility functions
|
* Utility functions
|
||||||
*/
|
*/
|
||||||
static QRectF scaleRect(QRectF rect)
|
//static QRectF scaleRect(QRectF rect)
|
||||||
{
|
//{
|
||||||
QRectF ro(rect.bottomLeft().x() * Createdxf::xScale,
|
// QRectF ro(rect.bottomLeft().x() * Createdxf::xScale,
|
||||||
Createdxf::sheetHeight - (rect.bottomLeft().y() * Createdxf::yScale),
|
// Createdxf::sheetHeight - (rect.bottomLeft().y() * Createdxf::yScale),
|
||||||
rect.width() * Createdxf::xScale,
|
// rect.width() * Createdxf::xScale,
|
||||||
rect.height() * Createdxf::yScale);
|
// rect.height() * Createdxf::yScale);
|
||||||
return ro;
|
// return ro;
|
||||||
}
|
//}
|
||||||
|
|||||||
Reference in New Issue
Block a user