forked from qt-creator/qt-creator
		
	C++: make CPlusPlus::TranslationUnit::PPLine private.
It's not used otherwise. Change-Id: I926f5b3d5ea08a5768b61350f2d399eda702aad3 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
		@@ -136,7 +136,7 @@ public:
 | 
			
		||||
 | 
			
		||||
    bool maybeSplitGreaterGreaterToken(unsigned tokenIndex);
 | 
			
		||||
 | 
			
		||||
public:
 | 
			
		||||
private:
 | 
			
		||||
    struct PPLine {
 | 
			
		||||
        unsigned offset;
 | 
			
		||||
        unsigned line;
 | 
			
		||||
@@ -158,7 +158,6 @@ public:
 | 
			
		||||
        { return offset < other.offset; }
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
private:
 | 
			
		||||
    unsigned findLineNumber(unsigned offset) const;
 | 
			
		||||
    unsigned findColumnNumber(unsigned offset, unsigned lineNumber) const;
 | 
			
		||||
    PPLine findPreprocessorLine(unsigned offset) const;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user