Valgrind: De-pimpl Valgrind::Internal::CostView

No need for that in internal classes.

Change-Id: Id2e2783972e068cef9873c248ae54c013b933530
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-06-20 09:27:42 +02:00
parent ee8a0b30d9
commit 5addb7c6f2
2 changed files with 18 additions and 31 deletions

View File

@@ -37,6 +37,9 @@
namespace Valgrind {
namespace Internal {
class CostDelegate;
class NameDelegate;
class CostView : public Utils::BaseTreeView
{
Q_OBJECT
@@ -60,8 +63,8 @@ public:
void contextMenuEvent(QContextMenuEvent *ev);
private:
class Private;
Private *d;
CostDelegate *m_costDelegate;
NameDelegate *m_nameDelegate;
};
} // namespace Internal