mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 10:22:55 +00:00
remove references to Qt::MouseButtonMask
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
3d778b2210
commit
748128b688
2 changed files with 0 additions and 3 deletions
|
@ -137,8 +137,6 @@
|
|||
\value RightButton The right button.
|
||||
\value MiddleButton The middle button.
|
||||
|
||||
\omitvalue MouseButtonMask
|
||||
|
||||
\sa KeyboardModifier Modifier
|
||||
*/
|
||||
|
||||
|
|
|
@ -62,7 +62,6 @@ namespace QTest
|
|||
return;
|
||||
}
|
||||
|
||||
QTEST_ASSERT(button == Qt::NoButton || button & Qt::MouseButtonMask);
|
||||
QTEST_ASSERT(stateKey == 0 || stateKey & Qt::KeyboardModifierMask);
|
||||
|
||||
stateKey &= static_cast<unsigned int>(Qt::KeyboardModifierMask);
|
||||
|
|
Loading…
Add table
Reference in a new issue