mirror of
https://gitlab.com/eql/lqml.git
synced 2026-01-25 14:00:36 -08:00
revisions
This commit is contained in:
parent
f02422ddfe
commit
ce8b07845c
31 changed files with 2 additions and 92 deletions
|
|
@ -1,7 +1,5 @@
|
|||
#include "single_shot.h"
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
|
||||
SingleShot::SingleShot(int msec, void* fun)
|
||||
: function(fun) {
|
||||
id = startTimer(msec);
|
||||
|
|
@ -21,5 +19,3 @@ void SingleShot::timerEvent(QTimerEvent*) {
|
|||
deleteLater();
|
||||
}
|
||||
|
||||
QT_END_NAMESPACE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue