22 #ifndef QCA_SAFETIMER_H
23 #define QCA_SAFETIMER_H
41 bool isActive()
const;
42 bool isSingleShot()
const;
43 void setInterval(
int msec);
44 void setSingleShot(
bool singleShot);
56 bool event(QEvent *event)
override;
57 void timerEvent(QTimerEvent *event)
override;
Definition: qca_safetimer.h:34
QCA - the Qt Cryptographic Architecture.
Definition: qca_basic.h:41
Preprocessor magic to allow export of library symbols.