* Missing initialization of fStackTrace.
* Removed unnecessary TableRowInvoked(). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31156 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -151,6 +151,7 @@ private:
|
|||||||
StackTraceView::StackTraceView(Listener* listener)
|
StackTraceView::StackTraceView(Listener* listener)
|
||||||
:
|
:
|
||||||
BGroupView(B_VERTICAL),
|
BGroupView(B_VERTICAL),
|
||||||
|
fStackTrace(NULL),
|
||||||
fFramesTable(NULL),
|
fFramesTable(NULL),
|
||||||
fFramesTableModel(NULL),
|
fFramesTableModel(NULL),
|
||||||
fListener(listener)
|
fListener(listener)
|
||||||
@@ -221,12 +222,6 @@ StackTraceView::TableSelectionChanged(Table* table)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
void
|
|
||||||
StackTraceView::TableRowInvoked(Table* table, int32 rowIndex)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
void
|
void
|
||||||
StackTraceView::_Init()
|
StackTraceView::_Init()
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -35,7 +35,6 @@ private:
|
|||||||
private:
|
private:
|
||||||
// TableListener
|
// TableListener
|
||||||
virtual void TableSelectionChanged(Table* table);
|
virtual void TableSelectionChanged(Table* table);
|
||||||
virtual void TableRowInvoked(Table* table, int32 rowIndex);
|
|
||||||
|
|
||||||
void _Init();
|
void _Init();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user