Kaydet (Commit) 4ee81b9d authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No need to give a new name to a Timer that was already named when created

Change-Id: I995ccf18b24a6bb3950a23d8feaed6494d82cd3d
üst 6a7bbef0
...@@ -74,7 +74,6 @@ ImplWheelWindow::ImplWheelWindow( vcl::Window* pParent ) : ...@@ -74,7 +74,6 @@ ImplWheelWindow::ImplWheelWindow( vcl::Window* pParent ) :
mpTimer = new Timer("WheelWindowTimer"); mpTimer = new Timer("WheelWindowTimer");
mpTimer->SetInvokeHandler( LINK( this, ImplWheelWindow, ImplScrollHdl ) ); mpTimer->SetInvokeHandler( LINK( this, ImplWheelWindow, ImplScrollHdl ) );
mpTimer->SetTimeout( mnTimeout ); mpTimer->SetTimeout( mnTimeout );
mpTimer->SetDebugName( "vcl::ImplWheelWindow mpTimer" );
mpTimer->Start(); mpTimer->Start();
CaptureMouse(); CaptureMouse();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment