Skip to content
Snippets Groups Projects
Commit ef298df4 authored by Daniel Teske's avatar Daniel Teske
Browse files

MessageManager: Fix constant broken by 527046ac


Task-number: QTCREATORBUG-10255
Change-Id: I3d8ffd8441c5bb5f3dc39b1cdbb4e82740e5d4ea
Reviewed-by: default avatarDavid Schulz <david.schulz@digia.com>
parent 71d6b2b1
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ public:
WithFocus = IOutputPane::WithFocus,
EnsureSizeHint = IOutputPane::EnsureSizeHint,
Silent = 256,
Flash = 51
Flash = 512
};
Q_DECLARE_FLAGS(PrintToOutputPaneFlags, PrintToOutputPaneFlag)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment