* @brief Returns whether CSV export is enabled. */
| 258 | * @brief Returns whether CSV export is enabled. |
| 259 | */ |
| 260 | bool CSV::Export::exportEnabled() const |
| 261 | { |
| 262 | return consumerEnabled(); |
| 263 | } |
| 264 | |
| 265 | //-------------------------------------------------------------------------------------------------- |
| 266 | // Public slots |
no outgoing calls
no test coverage detected