1#ifndef FLUSHREQUESTER_H
2#define FLUSHREQUESTER_H
Provides timed flush requests using QTimer.
Definition FlushRequester.h:11
unsigned short getRequestFlushInterval() const
Gets the current flush interval.
Definition FlushRequester.cpp:21
void set_flush_status(const bool st)
Enables or disables flush requests.
Definition FlushRequester.cpp:11
void setRequestFlushInterval(const unsigned short interval)
Sets the flush interval in milliseconds.
Definition FlushRequester.cpp:16
void flush_once()
Emitted when a flush is requested.