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
fc37f1a9
Commit
fc37f1a9
authored
Nov 18, 2015
by
Martin Flöser
Browse files
[tests] Use QCoreApplication for ShadowTest
parent
799d11fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/tests/shadowtest.cpp
View file @
fc37f1a9
...
...
@@ -173,7 +173,7 @@ void ShadowTest::render()
int
main
(
int
argc
,
char
**
argv
)
{
Q
Gui
Application
app
(
argc
,
argv
);
Q
Core
Application
app
(
argc
,
argv
);
ShadowTest
client
;
client
.
init
();
...
...
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