HAL
content_drag_relay.cpp
Go to the documentation of this file.
2 
3 namespace hal
4 {
6  {
8  return &instance;
9  }
10 
12  {
13  Q_EMIT dragStart();
14  }
15 
17  {
18  Q_EMIT dragEnd();
19  }
20 
21  ContentDragRelay::ContentDragRelay(QObject* parent) : QObject(parent)
22  {
23  }
24 }
This relay provides the timing information when a DockButton is dragged. It is implemented as a singl...
static ContentDragRelay * instance()
Q_EMITQ_EMIT