ihewitt / poolviewer

Poolviewer - Opensource Swimovate Poolmate application
http://ihewitt.github.io/poolviewer/
GNU General Public License v2.0
6 stars 4 forks source link

Avoid the "missing slot fitButton()" warning. #49

Closed audetto closed 5 years ago

audetto commented 6 years ago

fitButton() is declared as slot in the .ui but it is never defined. We can either remove the slot declaration form the .ui or implement it as a slot (I have taken the latter).

Moreover no need to make the slots virtual.

And on_lengthGrid_itemSelectionChanged is not a slot.

Signed-off-by: Andrea Odetti mariofutire@gmail.com