From 437199acd8170863a33a072c8d155e1b01ee8e00 Mon Sep 17 00:00:00 2001 From: Razi Alavizadeh Date: Mon, 19 Mar 2018 20:58:10 +0330 Subject: 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 --- src/plugins/welcome/Welcome.json.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/welcome') diff --git a/src/plugins/welcome/Welcome.json.in b/src/plugins/welcome/Welcome.json.in index fe9b17c73b1..993c09f983a 100644 --- a/src/plugins/welcome/Welcome.json.in +++ b/src/plugins/welcome/Welcome.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\" : \"Secondary Welcome Screen Plugin.\", \"Url\" : \"http://www.qt.io\", $$dependencyList -- cgit v1.2.3