forked from qt-creator/qt-creator
		
	Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.
This commit is contained in:
		@@ -220,7 +220,7 @@ public:
 | 
			
		||||
            if (! other)
 | 
			
		||||
                return 0;
 | 
			
		||||
 | 
			
		||||
            return control()->findOrInsertIdentifier(other->chars(), other->size());
 | 
			
		||||
            return control()->identifier(other->chars(), other->size());
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
    public:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user