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
0c23e83e
Commit
0c23e83e
authored
Dec 30, 2014
by
Don Gagne
Browse files
Fix compiler warning
parent
48663c8a
Changes
1
Show whitespace changes
Inline
Side-by-side
src/ui/MainWindow.cc
View file @
0c23e83e
...
...
@@ -1269,7 +1269,7 @@ void MainWindow::_storeCurrentViewState(void)
/// Restores the state of the toolbar, status bar and widgets associated with the current view
void
MainWindow
::
_loadCurrentViewState
(
void
)
{
QWidget
*
centerView
;
QWidget
*
centerView
=
NULL
;
QString
defaultWidgets
;
switch
(
_currentView
)
{
...
...
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