remove old enum (belongs to the external -removed- notification system)

svn path=/trunk/playground/graphics/okular/; revision=620790
remotes/origin/KDE/4.0
Pino Toscano 19 years ago
parent 2de89d6eb8
commit 2538e1fce0
  1. 12
      core/observer.h

@ -74,18 +74,6 @@ class OKULAR_EXPORT DocumentObserver
Annotations = 16 ///< Annotations has been changed
};
/**
* Flags that can be sent from the document to all observers to
* inform them about area that has been changed.
*/
enum NotifyType {
Setup = 1, ///< The page is setup the first time
Viewport = 2, ///< The viewport has changed
Page = 4, ///< The page format (properties) has been changed
Contents = 8, ///< The page content has been changed
VisibleAreas = 16 ///< The visible are changed
};
/**
* This method is called whenever the document is initialized or reconstructed.
*

Loading…
Cancel
Save