May I add short oneliner patch to 4.5 branch to install forward include header?

Milian Wolff mail at milianw.de
Fri Aug 6 23:53:22 BST 2010


On Saturday 07 August 2010 00:46:41 Milian Wolff wrote:
> Hey there,
> 
> may I still commit this patch to the 4.5 branch:
> 
> diff --git a/includes/CMakeLists.txt b/includes/CMakeLists.txt
> index fc0bbc6..ca068cd 100644
> --- a/includes/CMakeLists.txt
> +++ b/includes/CMakeLists.txt
> @@ -884,6 +884,7 @@ install( FILES
>    KTextEditor/SmartRangeNotifier
>    KTextEditor/SmartRangeWatcher
>    KTextEditor/TemplateInterface
> +  KTextEditor/TemplateInterface2
>    KTextEditor/TextHintInterface
>    KTextEditor/VariableInterface
>    KTextEditor/View
> 
> It's only cosmetic, so definitely nothing that should hold up the release.
> I'm just unsure whether I can commit such fixes in the branches freely.
> 
> Bye

Oh, a few more includes are missing:

diff --git a/includes/CMakeLists.txt b/includes/CMakeLists.txt
index 46ba224..b77d2bf 100644
--- a/includes/CMakeLists.txt
+++ b/includes/CMakeLists.txt
@@ -865,6 +865,7 @@ install( FILES
   KTextEditor/CommandInterface
   KTextEditor/ConfigInterface
   KTextEditor/ConfigPage
+  KTextEditor/ContainerInterface
   KTextEditor/Cursor
   KTextEditor/Document
   KTextEditor/Editor
@@ -872,6 +873,9 @@ install( FILES
   KTextEditor/Factory
   KTextEditor/HighlightInterface
   KTextEditor/MarkInterface
+  KTextEditor/MovingCursor
+  KTextEditor/MovingInterface
+  KTextEditor/MovingRange
   KTextEditor/ModificationInterface
   KTextEditor/Plugin
   KTextEditor/Range

-- 
Milian Wolff
mail at milianw.de
http://milianw.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20100807/60138815/attachment.sig>


More information about the kde-core-devel mailing list