diff options
| author | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-07-11 16:53:11 +0200 |
|---|---|---|
| committer | Salanto <62221668+Salanto@users.noreply.github.com> | 2024-07-11 16:53:11 +0200 |
| commit | c7947368b06d0e42ac9f36a2b5b42730eea55ddf (patch) | |
| tree | f36ad597d62559b86cf02b4dee8a67e554c2034c | |
| parent | 3cc0b8f2816fe34f8ee00dbcca31aad0902287cf (diff) | |
Remove unused QSettings object
Forgot that was still there
| -rw-r--r-- | src/options.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/options.h b/src/options.h index 65501774..f28dfcd3 100644 --- a/src/options.h +++ b/src/options.h @@ -288,8 +288,6 @@ private: */ QSettings favorite; - QSettings windows; - void migrateCallwords(); /** |
