forked from qt-creator/qt-creator
Merge remote-tracking branch 'origin/4.0'
Conflicts: qtcreator.pri qtcreator.qbs src/plugins/debugger/debuggerruncontrol.cpp Change-Id: I81b43480a1369e3d7be60ae26e812dda6b962b0b
This commit is contained in:
@@ -138,6 +138,8 @@ public:
|
||||
|
||||
SkippedSourceRanges skippedSourceRanges() const;
|
||||
|
||||
static uint defaultOptions();
|
||||
|
||||
private:
|
||||
void setDirty();
|
||||
void checkIfNull() const;
|
||||
@@ -151,7 +153,6 @@ private:
|
||||
void reparseTranslationUnit() const;
|
||||
void reparseTranslationUnitIfFilesAreChanged() const;
|
||||
void updateIncludeFilePaths() const;
|
||||
static uint defaultOptions();
|
||||
static void includeCallback(CXFile included_file,
|
||||
CXSourceLocation * /*inclusion_stack*/,
|
||||
unsigned /*include_len*/,
|
||||
|
||||
Reference in New Issue
Block a user