Skip to content

Warning in vsgQt after Implement drag and drop functionality #1740

Description

@Vic-Min

After commit Implement drag and drop functionality
When running vsgqtviewer.exe, I get warnings:

[vsg warning] Win32_Window::_initDrop() RegisterDragDrop failed, file drops are not available.

The call RegisterDragDrop(_window, dropTarget) in the Win32_Window::_initDrop() returns the error DRAGDROP_E_ALREADYREGISTERED
Apparently, this occurs because Qt has already performed this operation.
It would be nice to be able to disable the call to Win32_Window::_initDrop(). For example, using WindowTraits.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions