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
Valentin Platzgummer
qgroundcontrol
Commits
c27586a1
Commit
c27586a1
authored
Oct 18, 2015
by
Lorenz Meier
Browse files
Fix MainWindow test
parent
f49c93db
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qgcunittest/MainWindowTest.cc
View file @
c27586a1
...
...
@@ -34,7 +34,7 @@
UT_REGISTER_TEST
(
MainWindowTest
)
MainWindowTest
::
MainWindowTest
(
void
)
:
_mainWindow
(
NULL
)
_mainWindow
()
{
}
...
...
@@ -43,7 +43,7 @@ void MainWindowTest::init(void)
{
UnitTest
::
init
();
_mainWindow
=
MainWindow
::
_create
(
NULL
);
_mainWindow
=
MainWindow
::
_create
();
Q_CHECK_PTR
(
_mainWindow
);
}
...
...
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