forked from qt-creator/qt-creator
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user