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

List:       kde-commits
Subject:    [ktexteditor] src/document: fix warning
From:       Sven Brauch <mail () svenbrauch ! de>
Date:       2015-10-09 21:31:47
Message-ID: E1ZkfGV-0005Hu-P8 () scm ! kde ! org
[Download RAW message or body]

Git commit 1d17d0fda20747895bce0be959b3e3e8e253485a by Sven Brauch.
Committed on 09/10/2015 at 21:31.
Pushed by brauch into branch 'master'.

fix warning

M  +1    -1    src/document/katedocument.cpp

http://commits.kde.org/ktexteditor/1d17d0fda20747895bce0be959b3e3e8e253485a

diff --git a/src/document/katedocument.cpp b/src/document/katedocument.cpp
index 3d2cac4..5352e54 100644
--- a/src/document/katedocument.cpp
+++ b/src/document/katedocument.cpp
@@ -3016,7 +3016,7 @@ bool KTextEditor::DocumentPrivate::typeChars(KTextEdi=
tor::ViewPrivate *view, con
     return true;
 }
 =

-void KTextEditor::DocumentPrivate::checkCursorForAutobrace(KTextEditor::Vi=
ew* view, const KTextEditor::Cursor& newPos) {
+void KTextEditor::DocumentPrivate::checkCursorForAutobrace(KTextEditor::Vi=
ew*, const KTextEditor::Cursor& newPos) {
     if ( m_currentAutobraceRange && ! m_currentAutobraceRange->toRange().c=
ontains(newPos) ) {
         m_currentAutobraceRange.clear();
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

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