From 26fbefb26cd0aa824c1ade51d3fc37bc398f1c1a Mon Sep 17 00:00:00 2001 From: Nikolai Kosjar Date: Fri, 21 Jun 2013 08:42:27 +0200 Subject: CppTools: Allow to force a "Parsing" notification Task-number: QTCREATORBUG-9597 Change-Id: I726a818c7d4af35dcb4863f74b08cd639a189bdd Reviewed-by: Daniel Teske --- src/plugins/cpptools/cppmodelmanagerinterface.cpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/plugins/cpptools/cppmodelmanagerinterface.cpp') diff --git a/src/plugins/cpptools/cppmodelmanagerinterface.cpp b/src/plugins/cpptools/cppmodelmanagerinterface.cpp index c6b535d98d..d3e34ca320 100644 --- a/src/plugins/cpptools/cppmodelmanagerinterface.cpp +++ b/src/plugins/cpptools/cppmodelmanagerinterface.cpp @@ -35,6 +35,20 @@ #include +/*! + \enum CppTools::CppModelManagerInterface::ProgressNotificationMode + + This enum type specifies whether a progress bar notification should be + shown if more than one file is requested to update via + CppModelManagerInterface::updateSourceFiles(). + + \value ForcedProgressNotification + Notify regardless of the number of files requested for update. + + \value ReservedProgressNotification + Notify only if more than one file is requested for update. +*/ + /*! \enum CppTools::CppModelManagerInterface::QtVersion Allows C++ parser engine to inject headers or change inner settings as -- cgit v1.2.1