remove debug code
This commit is contained in:
@@ -4,7 +4,6 @@
|
||||
|
||||
#include "RateSeveral.h"
|
||||
#include <QDateTime>
|
||||
#include <QDebug>
|
||||
|
||||
|
||||
RateSeveral::RateSeveral(QObject *parent) :
|
||||
@@ -15,7 +14,6 @@ RateSeveral::RateSeveral(QObject *parent) :
|
||||
|
||||
void RateSeveral::setTimerInterval(qint32 second) {
|
||||
timer.start(second * 1000);
|
||||
auto a = timer.isActive();
|
||||
}
|
||||
|
||||
void RateSeveral::addRateInterval(quint32 second) {
|
||||
|
||||
Reference in New Issue
Block a user