forked from qt-creator/qt-creator
Git: Set default button for change-related actions by triggering action
Change-Id: I536618e9b80f3ed213c6c54dd6c2becbb64c709b Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
63e7fe19b9
commit
e81152acd5
@@ -30,6 +30,8 @@
|
||||
#ifndef CHANGESELECTIONDIALOG_H
|
||||
#define CHANGESELECTIONDIALOG_H
|
||||
|
||||
#include <coreplugin/id.h>
|
||||
|
||||
#include <QDialog>
|
||||
#include <QProcessEnvironment>
|
||||
|
||||
@@ -56,7 +58,7 @@ class ChangeSelectionDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
ChangeSelectionDialog(const QString &workingDirectory, QWidget *parent);
|
||||
ChangeSelectionDialog(const QString &workingDirectory, Core::Id id, QWidget *parent);
|
||||
~ChangeSelectionDialog();
|
||||
|
||||
QString change() const;
|
||||
|
||||
Reference in New Issue
Block a user