forked from qt-creator/qt-creator
Git: Keep panel data when editor is changed
Change-Id: I3c6a1ff6206b5b412c9ae89eb9b8f5a27dab2e62 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
7e7fb2244a
commit
70f0e168e4
@@ -66,11 +66,12 @@ public:
|
||||
explicit GitSubmitEditorWidget(QWidget *parent = 0);
|
||||
|
||||
GitSubmitEditorPanelData panelData() const;
|
||||
void setPanelData(const GitSubmitEditorPanelData &data);
|
||||
void setPanelInfo(const GitSubmitEditorPanelInfo &info);
|
||||
QString amendSHA1() const;
|
||||
void setHasUnmerged(bool e);
|
||||
void initialize(CommitType commitType, const QString &repository);
|
||||
void initialize(CommitType commitType,
|
||||
const QString &repository,
|
||||
const GitSubmitEditorPanelData &data,
|
||||
const GitSubmitEditorPanelInfo &info);
|
||||
void refreshLog(const QString &repository);
|
||||
|
||||
protected:
|
||||
@@ -85,6 +86,8 @@ private slots:
|
||||
|
||||
private:
|
||||
bool emailIsValid() const;
|
||||
void setPanelData(const GitSubmitEditorPanelData &data);
|
||||
void setPanelInfo(const GitSubmitEditorPanelInfo &info);
|
||||
|
||||
QWidget *m_gitSubmitPanel;
|
||||
LogChangeWidget *m_logChangeWidget;
|
||||
|
||||
Reference in New Issue
Block a user