| 3253 | } |
| 3254 | |
| 3255 | QColor |
| 3256 | NodeGui::getCurrentColor() const |
| 3257 | { |
| 3258 | QMutexLocker k(&_currentColorMutex); |
| 3259 | |
| 3260 | return _currentColor; |
| 3261 | } |
| 3262 | |
| 3263 | void |
| 3264 | NodeGui::setCurrentColor(const QColor & c) |
no outgoing calls
no test coverage detected