forked from qt-creator/qt-creator
Git: Move submit highlighter to a separate file
Change-Id: I61e07b2abe3b1da1b56935bb3ce528a5f571705f Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
bcd8c02aea
commit
3e022beb12
@@ -22,7 +22,8 @@ HEADERS += gitplugin.h \
|
||||
branchadddialog.h \
|
||||
logchangedialog.h \
|
||||
mergetool.h \
|
||||
branchcheckoutdialog.h
|
||||
branchcheckoutdialog.h \
|
||||
githighlighters.h
|
||||
|
||||
SOURCES += gitplugin.cpp \
|
||||
gitclient.cpp \
|
||||
@@ -46,7 +47,8 @@ SOURCES += gitplugin.cpp \
|
||||
branchadddialog.cpp \
|
||||
logchangedialog.cpp \
|
||||
mergetool.cpp \
|
||||
branchcheckoutdialog.cpp
|
||||
branchcheckoutdialog.cpp \
|
||||
githighlighters.cpp
|
||||
|
||||
FORMS += settingspage.ui \
|
||||
gitsubmitpanel.ui \
|
||||
|
||||
Reference in New Issue
Block a user