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

Fix compiling with Qt < 5.4 #15

Merged
merged 1 commit into from
Jan 26, 2016
Merged

Fix compiling with Qt < 5.4 #15

merged 1 commit into from
Jan 26, 2016

Conversation

philippwiesemann
Copy link
Contributor

Thanks!

@PCMan PCMan merged commit dbceac9 into lxqt:master Jan 26, 2016
@@ -43,15 +43,17 @@

#endif // (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0))

XdndWorkaround::XdndWorkaround():
lastDrag_(nullptr) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lastDrag_ is now only initialized when Qt > 5.4?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, because it isn't defined for Qt < 5.4 -> https://github.com/lxde/libfm-qt/blob/master/src/xdndworkaround.h#L74

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

Successfully merging this pull request may close these issues.

4 participants