another fix
This commit is contained in:
parent
11716938f3
commit
c9376fa1b6
@ -87,8 +87,7 @@ bool TodoModule::messageHandler(Message msg)
|
|||||||
QDateTime date = QDateTime::currentDateTime();
|
QDateTime date = QDateTime::currentDateTime();
|
||||||
minutes += hours*60;
|
minutes += hours*60;
|
||||||
seconds += minutes*60;
|
seconds += minutes*60;
|
||||||
date.addSecs(seconds);
|
t.date = date.addSecs(seconds).toTime_t();
|
||||||
t.date = date.toTime_t();
|
|
||||||
}
|
}
|
||||||
++deltaIndex;
|
++deltaIndex;
|
||||||
if(splitter[deltaIndex].compare("every") == 0)
|
if(splitter[deltaIndex].compare("every") == 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user