Git: Introduce MergeTool support

Change-Id: I906c3c692d9f4819bdf2a1489c42ae04f292894d
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2012-11-05 21:17:49 +02:00
committed by Orgad Shaneh
parent 438e4af735
commit cf6298ff32
10 changed files with 368 additions and 4 deletions

View File

@@ -28,7 +28,8 @@ HEADERS += gitplugin.h \
remotemodel.h \
remotedialog.h \
branchadddialog.h \
resetdialog.h
resetdialog.h \
mergetool.h
SOURCES += gitplugin.cpp \
gitclient.cpp \
@@ -50,7 +51,8 @@ SOURCES += gitplugin.cpp \
remotemodel.cpp \
remotedialog.cpp \
branchadddialog.cpp \
resetdialog.cpp
resetdialog.cpp \
mergetool.cpp
FORMS += changeselectiondialog.ui \
settingspage.ui \