forked from qt-creator/qt-creator
CppTools: Modernize
Change-Id: I78af9cd4ccddfa4ed744dce96b772ae5644c89d2 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
This commit is contained in:
@@ -63,8 +63,8 @@ private:
|
||||
QString m_fileName;
|
||||
QString m_prefix;
|
||||
QString m_suffix;
|
||||
unsigned m_line;
|
||||
unsigned m_column;
|
||||
unsigned m_line = 0;
|
||||
unsigned m_column = 0;
|
||||
};
|
||||
|
||||
class CPPTOOLS_EXPORT InsertionPointLocator
|
||||
|
||||
Reference in New Issue
Block a user