seporaitis / lhl

Linux Ham Log - an attempt to write modern terminal linux ham radio logging application from scratch
0 stars 0 forks source link

Refactor adding to qso list into action #20

Closed seporaitis closed 5 years ago

seporaitis commented 5 years ago

This is the followup to #16 and refactors adding to qso list into addQsoListComponentItem function.

This also refactors qsoListComponent and qsoFormComponent into singletons, without refactoring the implementation. This means that if for whatever reason a custom/separate instance of the component is needed - it can be created without much complications.