refs #799, changed components to use settings

* removed update timer
* Removed getter/setters for update times
* used UI component for settings in main settings component
This commit is contained in:
Klaus Basan
2016-11-11 20:41:50 +01:00
parent 5bde36479d
commit df64f31dbf
19 changed files with 141 additions and 383 deletions

View File

@@ -57,15 +57,6 @@ namespace BlackGui
//! \copydoc CAudioSetupComponent::playNotificationSounds
bool playNotificationSounds() const;
//! ATC refresh time
int getAtcUpdateIntervalSeconds() const;
//! Aircraft refresh time
int getAircraftUpdateIntervalSeconds() const;
//! Aircraft refresh time
int getUsersUpdateIntervalSeconds() const;
signals:
//! Change the windows opacity 0..100
void changedWindowsOpacity(int opacity);