diff options
author | 2023-03-07 23:12:12 +0600 | |
---|---|---|
committer | 2023-03-07 23:12:12 +0600 | |
commit | 8130e7616ca9260b2bafd7cc1a0d066bfa442997 (patch) | |
tree | 196b6ca40e43c79299d781ebd767eb7e2ac65c8f /src/webview.h | |
parent | b6fd8414a4387cac5c03d2a9e9529086acb484c9 (diff) | |
parent | 594d9515ac0bc0adf50ae288b85e31c10bd90d27 (diff) | |
download | whatsie-8130e7616ca9260b2bafd7cc1a0d066bfa442997.tar.gz whatsie-8130e7616ca9260b2bafd7cc1a0d066bfa442997.zip |
Update upstream source from tag 'upstream/4.12.1'
Update to upstream version '4.12.1'
with Debian dir 20fc3fb6707b619235ac02b06cb881c2422626d2
Diffstat (limited to '')
-rw-r--r-- | src/webview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webview.h b/src/webview.h index 81f5f43..e03fa49 100644 --- a/src/webview.h +++ b/src/webview.h @@ -18,7 +18,7 @@ protected slots: void wheelEvent(QWheelEvent *event); private: - QStringList m_dictionaries; + QStringList dictionaries; QSettings settings; }; |