forked from qt-creator/qt-creator
Git: Support user configured comment character
Task-number: QTCREATORBUG-28042 Change-Id: I96aea27434ba138637728a7fd7d1450e1eee260a Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
a50afa486a
commit
45aa6a12c4
@@ -118,9 +118,8 @@ protected:
|
||||
void insertLeftWidget(QWidget *w);
|
||||
void addSubmitButtonMenu(QMenu *menu);
|
||||
void hideDescription();
|
||||
|
||||
protected slots:
|
||||
void descriptionTextChanged();
|
||||
void verifyDescription();
|
||||
|
||||
private:
|
||||
void updateCheckAllComboBox();
|
||||
@@ -138,7 +137,6 @@ private:
|
||||
int checkedFilesCount() const;
|
||||
void wrapDescription();
|
||||
void trimDescription();
|
||||
void verifyDescription();
|
||||
|
||||
SubmitEditorWidgetPrivate *d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user