mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Wrap code for better readability
This commit is contained in:
@@ -67,7 +67,8 @@ void QetGraphicsItem::setPos(qreal x, qreal y) {
|
||||
@brief QetGraphicsItem::state
|
||||
@return the current state of this item
|
||||
*/
|
||||
QET::GraphicsItemState QetGraphicsItem::state() const {
|
||||
QET::GraphicsItemState QetGraphicsItem::state() const
|
||||
{
|
||||
return m_state;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user