forked from qt-creator/qt-creator
Git: Fix crash on diff
Task-number: QTCREATORBUG-10138 Change-Id: I7c7f054e6253c677b52a3ea24d7ace562f1ad4af Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
f69b994896
commit
9df379e0dc
@@ -54,6 +54,7 @@ class VcsBaseEditorWidgetPrivate;
|
||||
|
||||
class DiffHighlighter;
|
||||
class BaseAnnotationHighlighter;
|
||||
class VcsBaseEditorParameterWidget;
|
||||
|
||||
// Documentation inside
|
||||
enum EditorContentType
|
||||
@@ -183,8 +184,8 @@ public:
|
||||
const QStringList &fileNames,
|
||||
const QString &revision = QString());
|
||||
|
||||
bool setConfigurationWidget(QWidget *w);
|
||||
QWidget *configurationWidget() const;
|
||||
bool setConfigurationWidget(VcsBaseEditorParameterWidget *w);
|
||||
VcsBaseEditorParameterWidget *configurationWidget() const;
|
||||
|
||||
/* Tagging editors: Sometimes, an editor should be re-used, for example, when showing
|
||||
* a diff of the same file with different diff-options. In order to be able to find
|
||||
|
||||
Reference in New Issue
Block a user