diff options
| author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2014-05-05 17:09:38 +0300 |
|---|---|---|
| committer | hjk <hjk121@nokiamail.com> | 2014-05-08 09:43:02 +0200 |
| commit | bf31eb51951afaf196ec3417efdcbebdb162912e (patch) | |
| tree | 90f8e5867bd6534bb5b6dc75513f79b9d58a3814 /src/plugins/debugger/sourceutils.cpp | |
| parent | da85540971a77f468c32a69fcfcc30858aa57b88 (diff) | |
Debugger: Fix debug log
Change-Id: Id02b310e24d7f13fd444b30f20e0af10244f1798
Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/debugger/sourceutils.cpp')
| -rw-r--r-- | src/plugins/debugger/sourceutils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/debugger/sourceutils.cpp b/src/plugins/debugger/sourceutils.cpp index 2ac70d91a82..ed480bf3041 100644 --- a/src/plugins/debugger/sourceutils.cpp +++ b/src/plugins/debugger/sourceutils.cpp @@ -103,7 +103,7 @@ QDebug operator<<(QDebug d, const Scope &scope) str << " block"; if (scope.isFunction()) str << " function"; - if (scope.isFunction()) + if (scope.isDeclaration()) str << " prototype"; #if 0 // ### port me if (const Symbol *owner = &scope) { |
