GUI fixes

* added missing support for weather component in main info area
* closing the navigator needs to display main window (otherwise no windows is visible)
This commit is contained in:
Klaus Basan
2016-11-13 22:09:54 +01:00
parent 6e6a1d1519
commit 281bae1e6e
7 changed files with 34 additions and 3 deletions

View File

@@ -93,6 +93,9 @@ namespace BlackGui
//! Settings
CSettingsComponent *getSettingsComponent();
//! Weather component
CWeatherComponent *getWeatherComponent();
//! Log messages
CLogComponent *getLogComponent();