Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load dictionary #4

Closed
tox-user opened this issue May 26, 2018 · 1 comment
Closed

Failed to load dictionary #4

tox-user opened this issue May 26, 2018 · 1 comment

Comments

@tox-user
Copy link

I'm trying to add spell checking for qTox messenger with this library. When using QtSpell from master, on GNU/Linux, I'm getting this warning:

:0 : Warning: Failed to load dictionary: 
:0 : Warning: Failed to load dictionary: 
:0 : Warning: Failed to load dictionary: 

Code is very simple:

msgEdit = new ChatTextEdit();
QtSpell::TextEditChecker checker;
checker.setTextEdit(msgEdit);

What could be causing this?

@tox-user
Copy link
Author

Nevermind, it was a stupid mistake :).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant