* @brief Basic initialization * * Reimplementation of this method offers a chance to initialize static resources such as * dialogs etc. * While initialize is called before any configuration is loaded, "initialized" will be * called after the plugin system has been initially configured. */
| 273 | * called after the plugin system has been initially configured. |
| 274 | */ |
| 275 | virtual void initialized (lay::Dispatcher * /*dispatcher*/) |
| 276 | { |
| 277 | // .. the default implementation does nothing .. |
| 278 | } |
| 279 | |
| 280 | /** |
| 281 | * @brief Uninitialize the plugin |
no outgoing calls
no test coverage detected