forked from qt-creator/qt-creator
		
	core: use a class derived from QList<int> instead of a QList<int> for Core::Context
A mostly mechanical change. Reviewed-By: con
This commit is contained in:
		| @@ -62,7 +62,7 @@ ProFileEditorEditable::ProFileEditorEditable(ProFileEditor *editor) | ||||
| //    m_contexts << uidm->uniqueIdentifier(Qt4ProjectManager::Constants::PROJECT_KIND); | ||||
| } | ||||
|  | ||||
| QList<int> ProFileEditorEditable::context() const | ||||
| Core::Context ProFileEditorEditable::context() const | ||||
| { | ||||
|     return m_context; | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user