diff options
author | Razi Alavizadeh <s.r.alavizadeh@gmail.com> | 2018-03-19 20:58:10 +0330 |
---|---|---|
committer | Razi Alavizadeh <s.r.alavizadeh@gmail.com> | 2018-03-20 15:31:49 +0000 |
commit | 437199acd8170863a33a072c8d155e1b01ee8e00 (patch) | |
tree | c24cc7589910a850d5422d76b63eca1d96c68639 /src/plugins/bookmarks | |
parent | d0074711154a46e0b8e639ab4ec3789904e6399a (diff) | |
download | qt-creator-437199acd8170863a33a072c8d155e1b01ee8e00.tar.gz |
Plugins: Re-categorize plugins which are in "Qt Creator" category
Category of DiffEditor, ImageViewer, Macros and UpdateInfo
was removed, i.e., they were moved to "Utilities" category.
Category of other plugins that were in "Qt Creator" category,
changed to "Core".
By this patch, forks of QtCreator don't need to change *.json.in files locally.
Change-Id: I243c6b1831c0b880d32b2118db71f0b281590b7b
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/bookmarks')
-rw-r--r-- | src/plugins/bookmarks/Bookmarks.json.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/bookmarks/Bookmarks.json.in b/src/plugins/bookmarks/Bookmarks.json.in index 77e026727a..32ccf2418b 100644 --- a/src/plugins/bookmarks/Bookmarks.json.in +++ b/src/plugins/bookmarks/Bookmarks.json.in @@ -12,7 +12,7 @@ \"\", \"Alternatively, this plugin may be used under the terms of the GNU General Public License version 3 as published by the Free Software Foundation with exceptions as appearing in the file LICENSE.GPL3-EXCEPT included in the packaging of this plugin. Please review the following information to ensure the GNU General Public License requirements will be met: https://www.gnu.org/licenses/gpl-3.0.html.\" ], - \"Category\" : \"Qt Creator\", + \"Category\" : \"Core\", \"Description\" : \"Bookmarks in text editors.\", \"Url\" : \"http://www.qt.io\", $$dependencyList |