aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/macros
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@qt.io>2017-03-20 18:27:41 +0100
committerRobert Loehning <robert.loehning@qt.io>2017-03-21 10:51:58 +0000
commit4bdfebb4dd007de229c46f5b9f72e40c7138fd20 (patch)
tree3b83216bdc976e90511a03df768e303830004ae8 /src/plugins/macros
parent897ce16452da3c72b82ef0b8792432befdccc531 (diff)
Macros: Add missing break
Change-Id: Icec6312195cd069f8a50fc3a378c7f4449082134 Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Diffstat (limited to 'src/plugins/macros')
-rw-r--r--src/plugins/macros/findmacrohandler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/macros/findmacrohandler.cpp b/src/plugins/macros/findmacrohandler.cpp
index ee2709a9be..ee5cc6ade5 100644
--- a/src/plugins/macros/findmacrohandler.cpp
+++ b/src/plugins/macros/findmacrohandler.cpp
@@ -91,6 +91,7 @@ bool FindMacroHandler::executeEvent(const MacroEvent &macroEvent)
currentFind->replace(macroEvent.value(BEFORE).toString(),
macroEvent.value(AFTER).toString(),
(Core::FindFlags)macroEvent.value(FLAGS).toInt());
+ break;
case REPLACESTEP:
currentFind->replaceStep(macroEvent.value(BEFORE).toString(),
macroEvent.value(AFTER).toString(),