You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
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()
andisRedoAvaiable()
. I also noticed that with older Qt versions < 5.15 an error occurs when runningcmake
:After changing it to
it worked again. I would be very grateful if you could change that. Nevertheless, thank you in advance.
The text was updated successfully, but these errors were encountered: