| 1906 | } |
| 1907 | |
| 1908 | std::string |
| 1909 | KnobHelper::getInViewerContextLabel() const |
| 1910 | { |
| 1911 | QMutexLocker k(&_imp->labelMutex); |
| 1912 | |
| 1913 | return _imp->inViewerContextLabel; |
| 1914 | } |
| 1915 | |
| 1916 | void |
| 1917 | KnobHelper::setInViewerContextLabel(const QString& label) |
no outgoing calls
no test coverage detected