| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
setCompleter() assumed that QLineEdit always had a valid completer and
schedule it for later deletion. This caused random crashes when there
was no deleter. So make sure that mLE always a valid deleter and set the
model instead of a new completer.
|
|
|
|
|
| |
Mostly nullptr, one missing include that wasn't really missed, and a
stray ;
|
|
Only adds items to the view, doesn't do any changes to the database yet.
Had to implement a custom InputDialog, because the standard InputDialog
doesn't have a setter for the completer.
|