diff options
author | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-01-30 16:10:04 +0100 |
---|---|---|
committer | Tobias Hunger <tobias.hunger@theqtcompany.com> | 2015-02-23 13:28:08 +0000 |
commit | f9f6f0b2c907e7401c96fb5ec47a32e5d09fbe4f (patch) | |
tree | a071b68cf2b14d7837e74c3a0496d5327771ac88 /src/plugins/diffeditor/diffeditorconstants.h | |
parent | 7121315a71bddb398c8f628c4343b33c0a1676f5 (diff) | |
download | qt-creator-f9f6f0b2c907e7401c96fb5ec47a32e5d09fbe4f.tar.gz |
DiffEditor: Introduce a base class for the different views
... of the diff. Currently that is side-by-side and unified, just
as before.
Change-Id: I62a5462344c4b4ae652899f9d5b2936aa5a692b8
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
Diffstat (limited to 'src/plugins/diffeditor/diffeditorconstants.h')
-rw-r--r-- | src/plugins/diffeditor/diffeditorconstants.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/diffeditor/diffeditorconstants.h b/src/plugins/diffeditor/diffeditorconstants.h index 85daa92056..cb492cdd4e 100644 --- a/src/plugins/diffeditor/diffeditorconstants.h +++ b/src/plugins/diffeditor/diffeditorconstants.h @@ -41,8 +41,6 @@ const char DIFF_EDITOR_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("DiffEditor", "Diff Ed const char DIFF_EDITOR_MIMETYPE[] = "text/x-patch"; const char G_TOOLS_DIFF[] = "QtCreator.Group.Tools.Options"; -const char ICON_SIDE_BY_SIDE_DIFF[] = ":/diffeditor/images/sidebysidediff.png"; -const char ICON_UNIFIED_DIFF[] = ":/diffeditor/images/unifieddiff.png"; const char ICON_TOP_BAR[] = ":/diffeditor/images/topbar.png"; const char EXPAND_BRANCHES[] = "Branches: <Expand>"; |