Skip to content

xdg-app-launcher Linux only#17

Open
mariuszmaximus wants to merge 3 commits intoglencornell:mainfrom
mariuszmaximus:main
Open

xdg-app-launcher Linux only#17
mariuszmaximus wants to merge 3 commits intoglencornell:mainfrom
mariuszmaximus:main

Conversation

@mariuszmaximus
Copy link
Copy Markdown

@mariuszmaximus mariuszmaximus commented May 27, 2023

I use Windows, qt 6.5 , and don't have pwd.h :(

@mariuszmaximus
Copy link
Copy Markdown
Author

Add more:

  • support Qt5
  • cmake

@mariuszmaximus
Copy link
Copy Markdown
Author

In qt5 i have problem with QSwipeView::mouseReleaseEvent
const int velocity = m_swipeVertical ? event->point(event->pointCount() - 1).velocity().y() : event->point(event->pointCount() - 1).velocity().x();

On Qt5 I change to const int velocity = 0

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.

1 participant