forked from qt-creator/qt-creator
Removed two stray backslashes
This commit is contained in:
@@ -21,7 +21,7 @@ public slots:
|
||||
|
||||
//! [private members]
|
||||
private:
|
||||
Ui::FindDialog *m_ui;\
|
||||
Ui::FindDialog *m_ui;
|
||||
QPushButton *findButton;
|
||||
QLineEdit *lineEdit;
|
||||
QString findText;
|
||||
|
@@ -1626,7 +1626,7 @@ bool Parser::parseBaseClause(BaseSpecifierAST *&node)
|
||||
|
||||
if (parseBaseSpecifier(*ast)) {
|
||||
(*ast)->comma_token = comma_token;
|
||||
ast = &(*ast)->next;\
|
||||
ast = &(*ast)->next;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user