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
8ee51d34
Commit
8ee51d34
authored
Mar 04, 2015
by
Don Gagne
Browse files
Add getMainToolBar for unit test writing
parent
b82c8e78
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ui/MainWindow.h
View file @
8ee51d34
...
...
@@ -125,6 +125,11 @@ public:
/// @brief Restore (and connects) the last used connection (if any)
void
restoreLastUsedConnection
();
#ifdef UNITTEST_BUILD
// Returns a pointer to the MainToolBar so that unit tests can change views.
MainToolBar
*
getMainToolBar
(
void
)
{
return
_mainToolBar
;
}
#endif
public
slots
:
...
...
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