Gui: Fix header uniformity, whitespace, and doxygen fixes
This commit is contained in:
@@ -35,7 +35,7 @@ namespace Gui
|
||||
/**
|
||||
* The DocumentObserverPython class is used to notify registered Python instances
|
||||
* whenever something happens to a document, like creation, destruction, adding or
|
||||
* removing viewproviders or when viewprovider property changes. This is the equivalent to the app
|
||||
* removing viewproviders or when viewprovider property changes. This is the equivalent to the app
|
||||
* python document observer
|
||||
*/
|
||||
class GuiExport DocumentObserverPython
|
||||
@@ -49,7 +49,7 @@ public:
|
||||
static void addObserver(const Py::Object& obj);
|
||||
static void removeObserver(const Py::Object& obj);
|
||||
|
||||
private:
|
||||
private:
|
||||
/** Checks if a new document was created */
|
||||
void slotCreatedDocument(const Gui::Document& Doc);
|
||||
/** Checks if the given document is about to be closed */
|
||||
|
||||
Reference in New Issue
Block a user