diff options
author | Alessandro Portale <alessandro.portale@digia.com> | 2014-06-02 14:56:07 +0200 |
---|---|---|
committer | Alessandro Portale <alessandro.portale@digia.com> | 2014-06-24 17:03:14 +0200 |
commit | 503bd4019978842fa3a6782b788c311fa7acc63f (patch) | |
tree | e5852d8aae9312106b255a88414c6e56a4864ebb /src/plugins/cpaster/cpasterconstants.h | |
parent | ae5c0c27bd7d9354185234c64b7b8889eaec25a6 (diff) | |
download | qt-creator-503bd4019978842fa3a6782b788c311fa7acc63f.tar.gz |
CPaster: Move setting category icon from Core to CPaster
This image is used exclusively in the CPaster plugin,
thus belong into CPaster resources.
Change-Id: If2718c7a58bca389c0afe7ecf32feb251eb0c581
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/cpaster/cpasterconstants.h')
-rw-r--r-- | src/plugins/cpaster/cpasterconstants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cpaster/cpasterconstants.h b/src/plugins/cpaster/cpasterconstants.h index 929cdccb03..8fbcd752e6 100644 --- a/src/plugins/cpaster/cpasterconstants.h +++ b/src/plugins/cpaster/cpasterconstants.h @@ -37,7 +37,7 @@ namespace Constants { const char CPASTER_SETTINGS_CATEGORY[] = "XZ.CPaster"; const char CPASTER_SETTINGS_TR_CATEGORY[] = QT_TRANSLATE_NOOP("CodePaster", "Code Pasting"); -const char SETTINGS_CATEGORY_CPASTER_ICON[] = ":/core/images/category_cpaster.png"; +const char SETTINGS_CATEGORY_CPASTER_ICON[] = ":/cpaster/images/category_cpaster.png"; } // namespace Constants } // namespace CodePaster |