forked from qt-creator/qt-creator
Git: add reload button for 'git blame' and 'git log' windows
Change-Id: I64685e779bed91d41e38bdc1454571dbbcd7f177 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -63,6 +63,7 @@ public:
|
||||
QStringList baseArguments() const;
|
||||
void setBaseArguments(const QStringList &);
|
||||
|
||||
QAction *addButton(const QString &label, const QIcon &icon);
|
||||
QAction *addToggleButton(const QString &option, const QString &label,
|
||||
const QString &tooltip = QString());
|
||||
QAction *addToggleButton(const QStringList &options, const QString &label,
|
||||
@@ -102,6 +103,8 @@ protected:
|
||||
void updateMappedSettings();
|
||||
|
||||
private:
|
||||
void addAction(QAction *action);
|
||||
|
||||
friend class Internal::VcsBaseEditorConfigPrivate;
|
||||
Internal::VcsBaseEditorConfigPrivate *const d;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user