Finally Commited
I - finally - made my first commit to an open source project this year! What a feeling - one bug down, an uncountable number to go!
Index: keypad.cpp
===================================================================
--- keypad.cpp (revision 584)
+++ keypad.cpp (revision 585)
@@ -387,8 +387,6 @@
connect( d->keyASin, SIGNAL(clicked()), SLOT(clickedASin()) );
connect( d->keyACos, SIGNAL(clicked()), SLOT(clickedACos()) );
connect( d->keyATan, SIGNAL(clicked()), SLOT(clickedATan()) );
-
- connect( this, SIGNAL(settingsChanged()), SLOT(settingsChanged()) );
}
3 Comments:
congrats! ;]
I know the feeling!
Funny, I was going to comment that with yousome days ago :)
Post a Comment
<< Home