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

Support for drag and drop #54

Merged
merged 5 commits into from
Jun 4, 2024
Merged

Conversation

leonardooyama
Copy link
Contributor

  • Discarded my 3 last commits to sync my project to the original (AmonRaNet/QGeoView);
  • Modified QGVMap.cpp, QGVMap.h, QGVMapQGView.cpp and QGVMapQGView.h in order to recover the "accept drops" functionality;
  • Modified CMakeLists.txt and QGView.pro to include the files located in /samples/drag-and-drop in the project, adding a new sample.
  • Notes: I have polished the code, avoiding Qt reserved words, like "emit". Also, I removed unnecessary use of "slots". Last, but not least, I added the required "ifdef" to keep compatibility with Qt5.

leonardooyama and others added 5 commits May 24, 2024 00:32
 - Discarded my 3 last commits to sync my project to the original (AmonRaNet/QGeoView);
 - Modified QGVMap.cpp, QGVMap.h, QGVMapQGView.cpp and QGVMapQGView.h in order to recover the "accept drops" functionality;
 - Modified CMakeLists.txt and QGView.pro to include the files located in /samples/drag-and-drop in the project, adding a new sample.
@AmonRaNet AmonRaNet changed the title Modifications: Support for drag and drop Jun 4, 2024
@AmonRaNet AmonRaNet merged commit 89afccb into AmonRaNet:master Jun 4, 2024
16 of 17 checks passed
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.

None yet

2 participants