| 39 | |
| 40 | |
| 41 | AutomatableModelView::AutomatableModelView( ::Model* model, QWidget* _this ) : |
| 42 | ModelView( model, _this ), |
| 43 | m_description( QString::null ), |
| 44 | m_unit( QString::null ) |
| 45 | { |
| 46 | widget()->setAcceptDrops( true ); |
| 47 | widget()->setCursor( QCursor( embed::getIconPixmap( "hand" ), 3, 3 ) ); |
| 48 | } |
| 49 | |
| 50 | |
| 51 |
nothing calls this directly
no test coverage detected