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

List:       kde-commits
Subject:    [calligra] libs/kotext/commands: Fix warning
From:       C. Boemann <cbo () boemann ! dk>
Date:       2013-11-30 22:25:55
Message-ID: E1Vmsz5-0008Fs-NZ () scm ! kde ! org
[Download RAW message or body]

Git commit 3a1c11abf8100e6761a35a582d59c965660fc4f8 by C. Boemann.
Committed on 30/11/2013 at 22:24.
Pushed by boemann into branch 'master'.

Fix warning

M  +1    -1    libs/kotext/commands/DeleteAnnotationsCommand.cpp

http://commits.kde.org/calligra/3a1c11abf8100e6761a35a582d59c965660fc4f8

diff --git a/libs/kotext/commands/DeleteAnnotationsCommand.cpp \
b/libs/kotext/commands/DeleteAnnotationsCommand.cpp index 07e9191..d172f3f 100644
--- a/libs/kotext/commands/DeleteAnnotationsCommand.cpp
+++ b/libs/kotext/commands/DeleteAnnotationsCommand.cpp
@@ -30,8 +30,8 @@
 DeleteAnnotationsCommand::DeleteAnnotationsCommand(const QList<KoAnnotation *> \
&annotations, QTextDocument *document, KUndo2Command *parent)  : \
KUndo2Command(parent)  , m_annotations(annotations)
-    , m_deleteAnnotations(false)
     , m_document(document)
+    , m_deleteAnnotations(false)
 {
 }
 


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

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