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
d7218813
Commit
d7218813
authored
Nov 11, 2015
by
Martin Flöser
Browse files
[autotests] Use QStringLiteral for TestWindowManagement::testWindowTitle
parent
65a79d98
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/autotests/client/test_wayland_windowmanagement.cpp
View file @
d7218813
...
...
@@ -153,7 +153,7 @@ void TestWindowManagement::init()
void
TestWindowManagement
::
testWindowTitle
()
{
m_windowInterface
->
setTitle
(
"Test Title"
);
m_windowInterface
->
setTitle
(
QStringLiteral
(
"Test Title"
)
)
;
QSignalSpy
titleSpy
(
m_window
,
SIGNAL
(
titleChanged
()));
QVERIFY
(
titleSpy
.
isValid
());
...
...
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