removes some code that shouldn't have been committed, fixes up a problem with rapid fire with buttons

git-svn-id: svn://svn.code.sf.net/p/qjoypad/code/trunk@105 c05e91a0-76c8-4ec0-b377-ef19ce7cc080
This commit is contained in:
John Toman
2009-08-20 01:12:19 +00:00
committed by virtuoussin13
parent eaebcb6e2f
commit 384b890f12
2 changed files with 1 additions and 12 deletions

View File

@ -94,6 +94,7 @@ void Button::jsevent( int value ) {
}
if (!isButtonPressed && rapidfire) {
timer->stop();
disconnect(timer, SIGNAL(timeout()), 0, 0);
if(isDown) {
click(false);
}