ea4k / klog

KLog is a multiplatform free hamradio logger. It runs natively on Linux, macOS and Windows.
https://www.klog.xyz
GNU General Public License v3.0
75 stars 25 forks source link

Refactor QSO::add/modify #614

Closed ea4k closed 3 months ago

ea4k commented 1 year ago

Both codes are the same except the query. Maybe I could call, from the same code, to different queries (depending on a bool) or maybe the query values could be binded in another function.

Being the queries different but with the same values, maybe a calling another function for the query string makes sense.