Compile fix

This commit is contained in:
Robert Loehning
2010-02-11 19:46:46 +01:00
parent 2d2e2523dd
commit 7e01c3b5bd

View File

@@ -79,7 +79,7 @@ public:
//
///////////////////////////////////////////////////////////////////////
BreakWindow::BreakWindow(DebuggerManager *manager)
BreakWindow::BreakWindow(Debugger::DebuggerManager *manager)
: m_manager(manager), m_alwaysResizeColumnsToContents(false)
{
QAction *act = theDebuggerAction(UseAlternatingRowColors);