mirror of
https://github.com/overte-org/overte.git
synced 2025-04-17 01:56:39 +02:00
Fixed gcc warning.
This commit is contained in:
parent
956ede1fbb
commit
35bf0fc75b
1 changed files with 0 additions and 1 deletions
|
@ -462,7 +462,6 @@ void TestRunner::checkTime() {
|
|||
|
||||
// Check the time
|
||||
bool timeToRun{ false };
|
||||
QTime time = now.time();
|
||||
|
||||
for (size_t i = 0; i < std::min(_timeEditCheckboxes.size(), _timeEdits.size()); ++i) {
|
||||
if (_timeEditCheckboxes[i]->isChecked() && (_timeEdits[i]->time().hour() == now.time().hour()) &&
|
||||
|
|
Loading…
Reference in a new issue