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

Build error with Qt 5.15 #1666

Closed
data-man opened this issue Mar 27, 2020 · 3 comments
Closed

Build error with Qt 5.15 #1666

data-man opened this issue Mar 27, 2020 · 3 comments
Labels
Importance: Medium Type: Improvement improves existing functionality

Comments

@data-man
Copy link

Arch Linux, KDE-Unstable.
The patch resolves this problem:

@@ -22,6 +22,7 @@
#include <QKeyEvent>
#include <QLayout>
#include <QPainter>
+#include <QPainterPath>
#include <QRegularExpression>
@pbek
Copy link
Owner

pbek commented Mar 27, 2020

Thank you, do you care to open a pull request with the change?

@pbek pbek added Importance: Medium Type: Improvement improves existing functionality labels Mar 27, 2020
@data-man
Copy link
Author

Sure!
pbek/qmarkdowntextedit#112

@pbek
Copy link
Owner

pbek commented Mar 27, 2020

Thank you very much, merged and included now!

@pbek pbek closed this as completed Mar 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Importance: Medium Type: Improvement improves existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants