Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
a1dadd49
Commit
a1dadd49
authored
Nov 18, 2009
by
Sebastian Eichelbaum
Browse files
[MERGE]
parents
69475ba5
55c416f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
6 deletions
+1
-6
src/gui/qt4/WQt4Gui.cpp
src/gui/qt4/WQt4Gui.cpp
+1
-6
No files found.
src/gui/qt4/WQt4Gui.cpp
View file @
a1dadd49
...
...
@@ -48,12 +48,7 @@ int WQt4Gui::run()
{
WLogger
::
getLogger
()
->
addLogMessage
(
"Bringing up GUI"
,
"GUI"
,
LL_DEBUG
);
#ifdef __APPLE__
// TODO(hlawitschka): what does the third parameter mean?
QApplication
appl
(
argc
,
argv
,
0
);
#else
QApplication
appl
(
argc
,
argv
);
#endif
QApplication
appl
(
argc
,
argv
,
true
);
// startup graphics engine
m_ge
=
boost
::
shared_ptr
<
WGraphicsEngine
>
(
new
WGraphicsEngine
()
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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