diff options
Diffstat (limited to 'src/plugins/cpptools/cppmodelmanagerinterface.cpp')
-rw-r--r-- | src/plugins/cpptools/cppmodelmanagerinterface.cpp | 14 |
1 files changed, 14 insertions, 0 deletions
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 @@ -36,6 +36,20 @@ #include <QtCore/QSet> /*! + \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 needed to parse Qt language extensions for concrete major Qt version |