From b6f187d0f2ea9c356fe14a441bdc77e306f20fb7 Mon Sep 17 00:00:00 2001 From: hjk Date: Thu, 24 Jan 2013 16:33:17 +0100 Subject: Debugger: split editor related code off watchutils.{h,cpp} This is now in sourceutils.{h,cpp} to make watchutils.{h,cpp} better acessible to the debugger auto-tests. Change-Id: Ie87e715bc7018ca190a460c37dfd19bc897059f0 Reviewed-by: Friedemann Kleint --- src/plugins/debugger/debugger.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/plugins/debugger/debugger.pro') diff --git a/src/plugins/debugger/debugger.pro b/src/plugins/debugger/debugger.pro index eb9e101e716..0ca196b27fe 100644 --- a/src/plugins/debugger/debugger.pro +++ b/src/plugins/debugger/debugger.pro @@ -57,6 +57,7 @@ HEADERS += \ sourceagent.h \ sourcefileshandler.h \ sourcefileswindow.h \ + sourceutils.h \ stackframe.h \ stackhandler.h \ stackwindow.h \ @@ -107,6 +108,7 @@ SOURCES += \ sourceagent.cpp \ sourcefileshandler.cpp \ sourcefileswindow.cpp \ + sourceutils.cpp \ stackhandler.cpp \ stackwindow.cpp \ threadshandler.cpp \ -- cgit v1.2.3