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

Feature(s) request #13

Closed
tim-gromeyer opened this issue Apr 8, 2022 · 0 comments
Closed

Feature(s) request #13

tim-gromeyer opened this issue Apr 8, 2022 · 0 comments

Comments

@tim-gromeyer
Copy link

First of all, it works perfectly and I'm very happy with it. I would also like to be able to check if undo and redo are avaiable via isUndoAvaiable() and isRedoAvaiable(). I also noticed that with older Qt versions < 5.15 an error occurs when running cmake:

CMake Error at CMakeLists.txt:65 (QT_ADD_TRANSLATION):
  Unknown CMake command "QT_ADD_TRANSLATION".

After changing it to

IF(NOT Qt6_FOUND)
QT5_ADD_TRANSLATION(qtspell_QM ${qtspell_TS})
ELSE(NOT Qt6_FOUND)
QT6_ADD_TRANSLATION(qtspell_QM ${qtspell_TS})
ENDIF(NOT Qt6_FOUND)

it worked again. I would be very grateful if you could change that. Nevertheless, thank you in advance.

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