From 08c816fe5d4eba7bc34c354c6958f1117f1a63a4 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 23 May 2012 18:14:06 -0500 Subject: Add document position variable to text editor part WARNING this breaks the kate/kwrite ABI! --- kate/part/katedocument.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kate/part/katedocument.h') diff --git a/kate/part/katedocument.h b/kate/part/katedocument.h index 46e9e87f8..d967a25ab 100644 --- a/kate/part/katedocument.h +++ b/kate/part/katedocument.h @@ -1065,6 +1065,8 @@ class KateDocument : public Kate::Document, k_dcop: uint documentNumber () const; + long documentListPosition () const; + void setDocumentListPosition (long pos); }; #endif -- cgit v1.2.1