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

List:       kde-commits
Subject:    playground/devtools/kdevelop4-extra-plugins/coverage/tests
From:       Daniel Calviño Sánchez <danxuliu () gmail ! com>
Date:       2012-12-07 12:35:37
Message-ID: 20121207123537.D9772AC867 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1327615 by danxuliu:

Adjust to changes of KDevelop::ICore in commit 6fd6f1c8.

 M  +5 -0      corestub.h  


--- trunk/playground/devtools/kdevelop4-extra-plugins/coverage/tests/corestub.h #1327614:1327615
@@ -55,6 +55,7 @@
         m_partController(0),
         m_documentationController(0),
         m_debugController(0),
+        m_testController(0),
         m_shuttingDown(0) {}
 
     virtual ~Core() {}
@@ -88,6 +89,9 @@
     virtual KDevelop::IDebugController* debugController() {
         return m_debugController;
     }
+    virtual KDevelop::ITestController* testController() {
+        return m_testController;
+    }
     virtual KDevelop::ISession* activeSession() {
         return m_session;
     }
@@ -113,6 +117,7 @@
     KDevelop::IPartController* m_partController;
     KDevelop::IDocumentationController* m_documentationController;
     KDevelop::IDebugController* m_debugController;
+    KDevelop::ITestController* m_testController;
     bool m_shuttingDown;
 };
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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