Fix clicking the animation button.
commit6833b5c7a9f3d1b404fe0ebb7831223d15434cfc
authorJohannes Sixt <j6t@kdbg.org>
Wed, 16 Mar 2011 20:20:28 +0000 (16 21:20 +0100)
committerJohannes Sixt <j6t@kdbg.org>
Wed, 16 Mar 2011 20:20:28 +0000 (16 21:20 +0100)
tree81f2a6cebc535b0c6160a60076b6801c4ce27131
parentd505a8e9f6f7acec36b4d3c5d56fc1db6c758594
Fix clicking the animation button.

Clicking the animation button should "Break" the running program. The
button's signal triggered(QAction*) was never emitted because no action is
associated with the button and the signal would be emitted only when the
action triggered. (What is this signal good for, by the way?) Connect to
signal clicked(bool) instead.
kdbg/dbgmainwnd.cpp