forked from qt-creator/qt-creator
Git: Fix crash on quit while rebase-todo editor is open
Change-Id: I458cbb2168642f226583b406e34596d223c7d5ea Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
15a9019191
commit
3be6065b04
@@ -34,9 +34,13 @@
|
||||
|
||||
#include <QObject>
|
||||
|
||||
QT_FORWARD_DECLARE_CLASS(QStringList)
|
||||
QT_FORWARD_DECLARE_CLASS(QVariant)
|
||||
QT_FORWARD_DECLARE_CLASS(QProcessEnvironment)
|
||||
QT_BEGIN_NAMESPACE
|
||||
class QStringList;
|
||||
class QVariant;
|
||||
class QProcessEnvironment;
|
||||
template <typename T>
|
||||
class QFutureInterface;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace VcsBase {
|
||||
|
||||
@@ -94,7 +98,7 @@ public:
|
||||
void setCookie(const QVariant &cookie);
|
||||
|
||||
private:
|
||||
void run();
|
||||
void run(QFutureInterface<void> &future);
|
||||
|
||||
signals:
|
||||
void outputData(const QByteArray &);
|
||||
|
||||
Reference in New Issue
Block a user