Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
94b5140b
Commit
94b5140b
authored
Sep 06, 2018
by
Yuri Chornoivan
Browse files
Fix minor EBN issues
parent
a160143d
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/wayland/autotests/client/test_wayland_outputmanagement.cpp
View file @
94b5140b
...
...
@@ -537,7 +537,7 @@ void TestWaylandOutputManagement::testScale()
//will be setApplied using the connect above
QCOMPARE
(
output
->
scale
(),
3
);
QCOMPARE
(
output
->
scaleF
(),
3.0
);
//test foward
s
compatibility
QCOMPARE
(
output
->
scaleF
(),
3.0
);
//test fo
r
ward compatibility
}
...
...
src/wayland/autotests/client/test_wayland_seat.cpp
View file @
94b5140b
...
...
@@ -2183,7 +2183,7 @@ void TestWaylandSeat::testTouch()
QCOMPARE
(
unboundSpy
.
count
(),
1
);
QCOMPARE
(
destroyedSpy
.
count
(),
0
);
QVERIFY
(
!
serverTouch
->
resource
());
// try to call into all the
the
methods of the touch interface, should not crash
// try to call into all the methods of the touch interface, should not crash
QCOMPARE
(
m_seatInterface
->
focusedTouch
(),
serverTouch
);
m_seatInterface
->
setTimestamp
(
8
);
QCOMPARE
(
m_seatInterface
->
touchDown
(
QPointF
(
15
,
26
)),
0
);
...
...
src/wayland/server/textinput_interface.h
View file @
94b5140b
...
...
@@ -329,8 +329,8 @@ public:
*
* The Client processes this event together with the commit string
*
* @param beforeLength length of text before current cursor positon.
* @param afterLength length of text after current cursor positon.
* @param beforeLength length of text before current cursor posit
i
on.
* @param afterLength length of text after current cursor posit
i
on.
* @see commit
**/
void
deleteSurroundingText
(
quint32
beforeLength
,
quint32
afterLength
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment