analyzer: style and simplification

This commit is contained in:
hjk
2011-05-18 17:05:49 +02:00
parent a130b98509
commit 68504ab8a8
82 changed files with 508 additions and 583 deletions

View File

@@ -32,8 +32,8 @@
#include "callgrindstackbrowser.h"
using namespace Valgrind::Callgrind;
namespace Valgrind {
namespace Callgrind {
StackBrowser::StackBrowser(QObject *parent)
: QObject(parent)
@@ -73,3 +73,6 @@ void StackBrowser::goBack()
m_stack.pop();
emit currentChanged();
}
} // namespace Callgrind
} // namespace Valgrind