Git: Move submit highlighter to a separate file

Change-Id: I61e07b2abe3b1da1b56935bb3ce528a5f571705f
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Orgad Shaneh
2013-06-02 23:04:17 +03:00
committed by Orgad Shaneh
parent bcd8c02aea
commit 3e022beb12
7 changed files with 178 additions and 95 deletions

View File

@@ -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 \