Age | Commit message (Collapse) | Author |
|
|
|
This reverts commit a67e8630caf20e7f48151024e9e68dd9271d75c7.
|
|
This is useful not just to save on complexity in call sites, but also
because I plan on using the Verdigris library to remove needless
`valueChanged()` and `setValue()` overloads from each `value<t>`
instance.
Also fix a bug in `options/tie.hpp` where `QComboBox::setCurrentIndex`
was erroneously called as `Qt::DirectConnection`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue: #583
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Suggested by: @GO63-samara
Issue: #1312
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This should fix CI.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Issue: #967
|
|
|
|
|
|
|
|
This was probably disabled by accident.
|
|
|
|
|