2007-07-23

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:

At 5:23 PM, Blogger patpi said...

congrats! ;]

 
At 5:44 PM, Blogger Aron said...

I know the feeling!

 
At 8:54 AM, Blogger Helder Correia said...

Funny, I was going to comment that with yousome days ago :)

 

Post a Comment

<< Home