Home
last modified time | relevance | path

Searched refs:isAutoRemoveEnabled (Results 1 – 2 of 2) sorted by relevance

/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/
H A DSatellites.hpp155 …Q_PROPERTY(bool autoRemoveEnabled READ isAutoRemoveEnabled WRITE setAutoRemoveEnabl…
424 bool isAutoRemoveEnabled() const { return autoRemoveEnabled; } in isAutoRemoveEnabled() function in Satellites
/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gui/
H A DSatellitesDialog.cpp812 if (plugin->isAutoRemoveEnabled()) in showUpdateCompleted()