| 42 | } |
| 43 | |
| 44 | QAction *MacroList::AddControl(QWidget *widget, bool addSeperator) |
| 45 | { |
| 46 | if (addSeperator) { |
| 47 | _controls->addSeparator(); |
| 48 | } |
| 49 | return _controls->addWidget(widget); |
| 50 | } |
| 51 | |
| 52 | int MacroList::CurrentRow() |
| 53 | { |
no outgoing calls
no test coverage detected