From 73329a23cfcd0bfe39cb394b359bc69bf1c693d2 Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Sat, 8 Sep 2007 16:58:31 +0000 Subject: [PATCH] reserve a place for the annotation model svn path=/trunk/KDE/kdegraphics/okular/; revision=709945 --- core/observer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/observer.h b/core/observer.h index 76fb20716..32909dc78 100644 --- a/core/observer.h +++ b/core/observer.h @@ -28,9 +28,10 @@ namespace Okular { #define PROGRESSWIDGET_ID 8 #define PAGESIZELABEL_ID 9 #define BOOKMARKLIST_ID 10 +#define ANNOTATIONMODEL_ID 11 // the biggest id, useful for ignoring wrong id request -#define MAX_OBSERVER_ID 11 +#define MAX_OBSERVER_ID 12 /** PRIORITIES for requests. Globally defined here. **/ #define PAGEVIEW_PRIO 1