* Constructor. * @param parent parent object */
| 32 | * @param parent parent object |
| 33 | */ |
| 34 | FrameObjectModel::FrameObjectModel(QObject* parent) : QObject(parent) |
| 35 | { |
| 36 | } |
| 37 | |
| 38 | /** |
| 39 | * Get frame name. |
nothing calls this directly
no outgoing calls
no test coverage detected