-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
qt5: Error class QTextBrowser’ has no member named ‘setMarkdown #14
Comments
Linked thread: https://stackoverflow.com/questions/73005956/qt5-error-class-qtextbrowser-has-no-member-named-setmarkdown. I'm going to investigate tonight. |
Yes. It would be of great help. Looking forward to trying your tool. If you want can connect on a meeting too. |
I can confirm that the If nothing work, you will need to provide more information:
Finally, if you just want to try Degate, you can find prebuilt binaries here: https://github.com/DegateCommunity/Degate/releases/tag/v2.0.0 (latest release). If, like me, you are wondering about possible security issues regarding these prebuilt binaries, please check our security notice here: https://github.com/DegateCommunity/Degate/blob/develop/DOWNLOADS_SECURITY.md. If you need anything else, don't hesitate :) |
You can also get latest binaries (from latest commits) here: https://github.com/DegateCommunity/Degate/actions/runs/2698967339. They are directly from the CI. |
I close this since there was no update for one month, feel free to reopen if needed. |
Describe the bug
A clear and concise description of what the bug I am trying to build a code from github but it gives error when the run the command sudo make. Please help. Also my qmake --version is
Using Qt version 5.14.2 in /opt/qt514/lib```
/home/admin/delegate/Degate/src/GUI/Dialog/AboutDialog.cc: In constructor ‘degate::AboutDialog::AboutDialog(QWidget*)’:
/home/admin/delegate/Degate/src/GUI/Dialog/AboutDialog.cc:92:19: error: ‘class QTextBrowser’ has no member named ‘setMarkdown’
92 | changelog.setMarkdown(in_changelog.readAll());
| ^~~~~~~~~~~
make[2]: *** [CMakeFiles/DegateCore.dir/build.make:3419: CMakeFiles/DegateCore.dir/src/GUI/Dialog/AboutDialog.cc.o] Error 1
make[2]: Leaving directory '/home/admin/delegate/Degate/build'
make[1]: *** [CMakeFiles/Makefile2:132: CMakeFiles/DegateCore.dir/all] Error 2
make[1]: Leaving directory '/home/admin/delegate/Degate/build'
make: *** [Makefile:133: all] Error 2
The text was updated successfully, but these errors were encountered: