Kaydet (Commit) fc8796c9 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix some mangled indents

Change-Id: I96169ac205ad5c794f0545aa46c05f73e433629a
üst 6f35bbfe
......@@ -974,7 +974,6 @@ QSpinWidget *WidgetPainter::spinWidget( const Rectangle& rControlRegion )
if ( !m_pSpinWidget )
{
m_pSpinWidget = new QSpinWidget( NULL, "spin_widget" );
m_pSpinEdit = new QLineEdit( NULL, "line_edit_spin" );
m_pSpinWidget->setEditWidget( m_pSpinEdit );
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment