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/kotex= t/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 &annotations, QTextDocument *document, KUndo2Command *parent) : KUndo2Command(parent) , m_annotations(annotations) - , m_deleteAnnotations(false) , m_document(document) + , m_deleteAnnotations(false) { } =20