Commit 0c23e83e authored by Don Gagne's avatar Don Gagne

Fix compiler warning

parent 48663c8a
...@@ -1269,7 +1269,7 @@ void MainWindow::_storeCurrentViewState(void) ...@@ -1269,7 +1269,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