forked from qt-creator/qt-creator
Doc: Fix Document Manager docs
Task-number: QTCREATORBUG-23620 Change-Id: I7c70398008e9c8855beef9b2239e1a7431904076 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -167,12 +167,6 @@ private:
|
||||
friend class Core::Internal::DocumentManagerPrivate;
|
||||
};
|
||||
|
||||
/*! The FileChangeBlocker blocks all change notifications to all IDocument * that
|
||||
match the given filename. And unblocks in the destructor.
|
||||
|
||||
To also reload the IDocument in the destructor class set modifiedReload to true
|
||||
|
||||
*/
|
||||
class CORE_EXPORT FileChangeBlocker
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user