aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/beautifier/artisticstyle/artisticstyleconstants.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/beautifier/artisticstyle/artisticstyleconstants.h')
-rw-r--r--src/plugins/beautifier/artisticstyle/artisticstyleconstants.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/plugins/beautifier/artisticstyle/artisticstyleconstants.h b/src/plugins/beautifier/artisticstyle/artisticstyleconstants.h
index 3916cfa436..52bf88cc20 100644
--- a/src/plugins/beautifier/artisticstyle/artisticstyleconstants.h
+++ b/src/plugins/beautifier/artisticstyle/artisticstyleconstants.h
@@ -29,14 +29,8 @@
namespace Beautifier {
namespace Constants {
-namespace ArtisticStyle {
-const char DISPLAY_NAME[] = QT_TRANSLATE_NOOP("Beautifier::Internal::ArtisticStyle::ArtisticStyle", "Artistic Style");
-const char ACTION_FORMATFILE[] = "ArtisticStyle.FormatFile";
-const char MENU_ID[] = "ArtisticStyle.Menu";
-const char OPTION_ID[] = "ArtisticStyle";
-const char SETTINGS_NAME[] = "artisticstyle";
+const char ARTISTICSTYLE_DISPLAY_NAME[] = QT_TRANSLATE_NOOP("Beautifier::Internal", "Artistic Style");
-} // namespace ArtisticStyle
} // namespace Constants
} // namespace Beautifier