* @brief Used to get node caption * @return Node caption */
| 90 | * @return Node caption |
| 91 | */ |
| 92 | virtual QString caption() const override |
| 93 | { |
| 94 | return _caption; |
| 95 | } |
| 96 | |
| 97 | /** |
| 98 | * @brief Sets model caption and updates widget title. |
no outgoing calls
no test coverage detected