| 1067 | } |
| 1068 | |
| 1069 | void |
| 1070 | Action::set_object_name (const std::string &name) |
| 1071 | { |
| 1072 | #if defined(HAVE_QT) |
| 1073 | if (qaction ()) { |
| 1074 | qaction ()->setObjectName (tl::to_qstring (name)); |
| 1075 | } |
| 1076 | #endif |
| 1077 | } |
| 1078 | |
| 1079 | // --------------------------------------------------------------- |
| 1080 | // ConfigureAction implementation |
no test coverage detected