Commit 255b676a authored by Don Gagne's avatar Don Gagne

Fix compiler warning

parent 4d40f298
...@@ -1272,7 +1272,7 @@ void MainWindow::_storeCurrentViewState(void) ...@@ -1272,7 +1272,7 @@ void MainWindow::_storeCurrentViewState(void)
/// Restores the state of the toolbar, status bar and widgets associated with the current view /// Restores the state of the toolbar, status bar and widgets associated with the current view
void MainWindow::_loadCurrentViewState(void) void MainWindow::_loadCurrentViewState(void)
{ {
QWidget* centerView; QWidget* centerView = NULL;
QString defaultWidgets; QString defaultWidgets;
switch (_currentView) { switch (_currentView) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment