mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-11-15 13:15:43 +08:00
Removed debug output
This commit is contained in:
parent
6b5f364864
commit
6a393955cd
@ -685,7 +685,6 @@ bool CFloatingDockContainer::nativeEvent(const QByteArray &eventType, void *mess
|
||||
{
|
||||
QWidget::nativeEvent(eventType, message, result);
|
||||
MSG *msg = static_cast<MSG*>(message);
|
||||
std::cout << windowsMessageString(msg->message) << std::endl;
|
||||
switch (msg->message)
|
||||
{
|
||||
case WM_MOVING:
|
||||
|
Loading…
Reference in New Issue
Block a user