diff options
author | bd <bdunahu@operationnull.com> | 2025-04-19 04:16:00 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-04-19 04:16:00 -0400 |
commit | 24de6faf71c85e0281b32fb899fcbe4fe82380c4 (patch) | |
tree | f0a6dc277b3684f036c544ac66ca695c6eef46f9 /gui/dynamicwaysentry.cc | |
parent | c9b553e68dbd95a8faf5abf4f8e1362261bec99f (diff) |
Reinstate rest of worker.cc functions such that programs work again
Diffstat (limited to 'gui/dynamicwaysentry.cc')
-rw-r--r-- | gui/dynamicwaysentry.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/dynamicwaysentry.cc b/gui/dynamicwaysentry.cc index f35c9ef..4e2cd66 100644 --- a/gui/dynamicwaysentry.cc +++ b/gui/dynamicwaysentry.cc @@ -26,6 +26,8 @@ int DynamicWaysEntry::parse_valid_way(QString t) return (s && i >= 0 && 5 > i) ? i : -1; } +// TODO if you enter something valid and then make it invalid, +// the next box still shows void DynamicWaysEntry::on_number_enter(const QString &t) { int i; |