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

List:       kde-commits
Subject:    [kate/frameworks] addons/filetree/autotests: implement missing pure virtual methods
From:       Harald Fernengel <harry () kdevelop ! org>
Date:       2014-02-13 15:05:33
Message-ID: E1WDxr3-0006KR-VI () scm ! kde ! org
[Download RAW message or body]

Git commit 6ed10e655767b96f1bbd15dc940a249f759c22e4 by Harald Fernengel.
Committed on 13/02/2014 at 15:05.
Pushed by harald into branch 'frameworks'.

implement missing pure virtual methods

M  +3    -0    addons/filetree/autotests/document_dummy.h

http://commits.kde.org/kate/6ed10e655767b96f1bbd15dc940a249f759c22e4

diff --git a/addons/filetree/autotests/document_dummy.h b/addons/filetree/a=
utotests/document_dummy.h
index 82d5414..40cd780 100644
--- a/addons/filetree/autotests/document_dummy.h
+++ b/addons/filetree/autotests/document_dummy.h
@@ -90,6 +90,9 @@ class DummyDocument : public KTextEditor::Document
     virtual void printPreview() {}
     virtual QStringList embeddedHighlightingModes() const { return QString=
List(); }
     virtual QString highlightingModeAt(const KTextEditor::Cursor &) { retu=
rn QString(); }
+    virtual bool lineModified(int) const { return false; }
+    virtual bool lineSaved(int) const { return false; }
+    virtual bool lineTouched(int) const { return false; }
 =

     // KParts::ReadWritePart
     virtual bool saveFile() { return false; }
[prev in list] [next in list] [prev in thread] [next in thread] 

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