forked from qt-creator/qt-creator
FakeVim: Move setting category icon from Core to FakeVim
This image is used exclusively in the FakeVim plugin, thus belong into FakeVim resources. Change-Id: I1fcfdb6892a22dd105af72e44e40c799fdf970fd Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -69,7 +69,6 @@
|
||||
<file>images/arrowdown@2x.png</file>
|
||||
<file>images/arrowup.png</file>
|
||||
<file>images/arrowup@2x.png</file>
|
||||
<file>images/category_fakevim.png</file>
|
||||
<file>images/category_locator.png</file>
|
||||
<file>images/category_cpaster.png</file>
|
||||
<file>images/category_cpp.png</file>
|
||||
|
||||
@@ -13,3 +13,6 @@ FORMS += fakevimoptions.ui
|
||||
equals(TEST, 1) {
|
||||
SOURCES += fakevim_test.cpp
|
||||
}
|
||||
|
||||
RESOURCES += \
|
||||
fakevim.qrc
|
||||
|
||||
@@ -13,6 +13,7 @@ QtcPlugin {
|
||||
Depends { name: "TextEditor" }
|
||||
|
||||
files: [
|
||||
"fakevim.qrc",
|
||||
"fakevimactions.cpp",
|
||||
"fakevimactions.h",
|
||||
"fakevimhandler.cpp",
|
||||
|
||||
5
src/plugins/fakevim/fakevim.qrc
Normal file
5
src/plugins/fakevim/fakevim.qrc
Normal file
@@ -0,0 +1,5 @@
|
||||
<RCC>
|
||||
<qresource prefix="/fakevim">
|
||||
<file>images/category_fakevim.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
@@ -114,7 +114,7 @@ namespace Internal {
|
||||
|
||||
const char INSTALL_HANDLER[] = "TextEditor.FakeVimHandler";
|
||||
const char SETTINGS_CATEGORY[] = "D.FakeVim";
|
||||
const char SETTINGS_CATEGORY_FAKEVIM_ICON[] = ":/core/images/category_fakevim.png";
|
||||
const char SETTINGS_CATEGORY_FAKEVIM_ICON[] = ":/fakevim/images/category_fakevim.png";
|
||||
const char SETTINGS_ID[] = "A.General";
|
||||
const char SETTINGS_EX_CMDS_ID[] = "B.ExCommands";
|
||||
const char SETTINGS_USER_CMDS_ID[] = "C.UserCommands";
|
||||
|
||||
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.5 KiB |
Reference in New Issue
Block a user