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

Qt 6.7: Several bindings are not generated #224

Closed
mrbean-bremen opened this issue Jun 25, 2024 · 2 comments
Closed

Qt 6.7: Several bindings are not generated #224

mrbean-bremen opened this issue Jun 25, 2024 · 2 comments

Comments

@mrbean-bremen
Copy link
Contributor

mrbean-bremen commented Jun 25, 2024

We noticed this only after making the patch release.
Qt 6.7 binding are still quite incomplete, missing wrappers for QtCore include:

  • QDeferredDeleteEvent
  • QStandardPaths
  • QStorageInfo
  • QSystemSemaphore
  • QTemporaryDir
  • QTemporaryFile
  • QTimeLine
  • QTimer
  • QTranslator
  • QUrlQuery
  • QWaitCondition
  • QStreamEntityResolver

Also missing are operators for QDateTime and QTime.

@usiems
Copy link
Contributor

usiems commented Jun 27, 2024

QDeferredDeleteEvent is actually gone from Qt 6.7 (or rather moved to the private headers).

@usiems
Copy link
Contributor

usiems commented Jun 28, 2024

Should be fixed with merge request #225.

@usiems usiems closed this as completed Jun 28, 2024
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

2 participants