obsolete comments removed
This commit is contained in:
parent
370800d9c8
commit
dcf77a0ae1
|
@ -30,10 +30,6 @@ class QSK_EXPORT QskWindow : public QQuickWindow
|
|||
public:
|
||||
enum EventAcceptance
|
||||
{
|
||||
/*
|
||||
Qt/Quick has no way to stop propagating input events
|
||||
beside accepting it ( like NoMousePropagation
|
||||
*/
|
||||
EventProcessed = 0,
|
||||
EventPropagationStopped = 1
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue