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

List:       kde-commits
Subject:    [kdevplatform] debugger/variable: Rename namespace GDBDebugger to KDevMI::GDB
From:       Peifeng Yu <7437103 () gmail ! com>
Date:       2016-05-31 23:58:23
Message-ID: E1b7tYF-0004KZ-Qs () scm ! kde ! org
[Download RAW message or body]

Git commit 62172eeaa9fc62154c6c0ea00c9db7f643511234 by Peifeng Yu.
Committed on 31/05/2016 at 17:04.
Pushed by peifengyu into branch 'master'.

Rename namespace GDBDebugger to KDevMI::GDB

M  +4    -3    debugger/variable/variablecollection.h

http://commits.kde.org/kdevplatform/62172eeaa9fc62154c6c0ea00c9db7f643511234

diff --git a/debugger/variable/variablecollection.h b/debugger/variable/var=
iablecollection.h
index dc38014..5efb0a5 100644
--- a/debugger/variable/variablecollection.h
+++ b/debugger/variable/variablecollection.h
@@ -38,9 +38,10 @@
 #include "../interfaces/idebugsession.h"
 #include "../../interfaces/idebugcontroller.h"
 =

-namespace GDBDebugger {
+namespace KDevMI { namespace GDB {
     class GdbTest;
 }
+}
 =

 namespace KDevelop
 {
@@ -49,7 +50,7 @@ class VariableToolTip;
 class KDEVPLATFORMDEBUGGER_EXPORT Variable : public TreeItem
 {
     Q_OBJECT
-    friend class GDBDebugger::GdbTest;
+    friend class KDevMI::GDB::GdbTest;
 public:
 protected:
     Variable(TreeModel* model, TreeItem* parent,
@@ -141,7 +142,7 @@ public:
 class KDEVPLATFORMDEBUGGER_EXPORT Watches : public TreeItem
 {
     Q_OBJECT
-    friend class GDBDebugger::GdbTest;
+    friend class KDevMI::GDB::GdbTest;
 public:
     Watches(TreeModel* model, TreeItem* parent);
     Variable* add(const QString& expression);

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

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