[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [ktexteditor] src/include/ktexteditor: d contains implementation
From:       Christoph Cullmann <cullmann () kde ! org>
Date:       2014-01-19 15:44:23
Message-ID: E1W4uXv-0006iO-Ey () scm ! kde ! org
[Download RAW message or body]

Git commit a58d9b2646099aecf8373205da3bd475607d0b13 by Christoph Cullmann.
Committed on 19/01/2014 at 15:44.
Pushed by cullmann into branch 'master'.

d contains implementation

M  +3    -0    src/include/ktexteditor/document.h
M  +3    -0    src/include/ktexteditor/view.h

http://commits.kde.org/ktexteditor/a58d9b2646099aecf8373205da3bd475607d0b13

diff --git a/src/include/ktexteditor/document.h b/src/include/ktexteditor/document.h
index c7135cb..12f9c1a 100644
--- a/src/include/ktexteditor/document.h
+++ b/src/include/ktexteditor/document.h
@@ -861,6 +861,9 @@ Q_SIGNALS:
     void highlightingModeChanged(KTextEditor::Document *document);
 
 private:
+    /**
+     * private d-pointer, pointing to the internal implementation
+     */
     DocumentPrivate *const d;
 };
 
diff --git a/src/include/ktexteditor/view.h b/src/include/ktexteditor/view.h
index a957c12..27de130 100644
--- a/src/include/ktexteditor/view.h
+++ b/src/include/ktexteditor/view.h
@@ -613,6 +613,9 @@ public:
     virtual void printPreview() = 0;
 
 private:
+    /**
+     * private d-pointer, pointing to the internal implementation
+     */
     ViewPrivate *const d;
 };
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic