From kde-commits Sat Nov 30 22:25:55 2013 From: C. Boemann Date: Sat, 30 Nov 2013 22:25:55 +0000 To: kde-commits Subject: [calligra] libs/kotext/commands: Fix warning Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=138585036710570 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