Searched refs:m_detectionSource (Results 1 – 7 of 7) sorted by relevance
107 QString detectionSource() const { return m_detectionSource; } in detectionSource()108 void setDetectionSource(const QString &source) { m_detectionSource = source; } in setDetectionSource()123 QString m_detectionSource; variable
117 m_detectionSource = data.value(DEBUGGER_INFORMATION_DETECTION_SOURCE).toString(); in DebuggerItem()327 && m_detectionSource == other.m_detectionSource in operator ==()341 data.insert(DEBUGGER_INFORMATION_DETECTION_SOURCE, m_detectionSource); in toMap()
112 QString detectionSource() const { return m_detectionSource; } in detectionSource()113 void setDetectionSource(const QString &source) { m_detectionSource = source; } in setDetectionSource()134 QString m_detectionSource; variable
113 , m_detectionSource(item->detectionSource()) in CMakeToolTreeItem()151 m_tooltip += "<br>" + tr("Detection source: \"%1\"").arg(m_detectionSource); in updateErrorFlags()228 QString m_detectionSource; member in CMakeProjectManager::Internal::CMakeToolTreeItem368 cmake->setDetectionSource(item->m_detectionSource); in apply()382 cmake->setDetectionSource(item->m_detectionSource); in apply()
136 m_detectionSource = map.value(CMAKE_INFORMATION_DETECTIONSOURCE).toString(); in CMakeTool()214 data.insert(CMAKE_INFORMATION_DETECTIONSOURCE, m_detectionSource); in toMap()
86 QString m_detectionSource; member in ProjectExplorer::Internal::ToolChainPrivate180 return d->m_detectionSource; in detectionSource()262 result.insert(QLatin1String(DETECTION_SOURCE_KEY), d->m_detectionSource); in toMap()295 d->m_detectionSource = source; in setDetectionSource()369 d->m_detectionSource = data.value(DETECTION_SOURCE_KEY).toString(); in fromMap()
226 QString m_detectionSource; member in QtSupport::Internal::BaseQtVersionPrivate727 d->m_detectionSource = map.value(QTVERSIONDETECTIONSOURCE).toString(); in fromMap()890 return d->m_detectionSource; in detectionSource()2359 ver->d->m_detectionSource = detectionSource; in createQtVersionFromQMakePath()