| 70 | } |
| 71 | |
| 72 | QCMakeProperty::PropertyType AddCacheEntry::type() const |
| 73 | { |
| 74 | int idx = this->Type->currentIndex(); |
| 75 | if (idx >= 0 && idx < NumTypes) { |
| 76 | return Types[idx]; |
| 77 | } |
| 78 | return Types[DefaultTypeIndex]; |
| 79 | } |
| 80 | |
| 81 | QString AddCacheEntry::typeString() const |
| 82 | { |
no outgoing calls