Skip to content

Commit

Permalink
Update mainwindow.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ea4k authored Mar 8, 2024
1 parent 6d71c01 commit aec6cf1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -459,11 +459,11 @@ void MainWindow::init()

clublogAnswer = -1;

defaultColor.fromString("slategrey");
neededColor.fromString("yellow");
workedColor.fromString("blue");
confirmedColor.fromString("red");
newOneColor.fromString("green");
defaultColor.setNamedColor("slategrey");
neededColor.setNamedColor("yellow");
workedColor.setNamedColor("blue");
confirmedColor.setNamedColor("red");
newOneColor.setNamedColor("green");

//qDebug() << Q_FUNC_INFO << " - 60" << (QTime::currentTime()).toString("HH:mm:ss") ;
bool existingData = QFile::exists(util->getKLogDBFile());
Expand Down

0 comments on commit aec6cf1

Please sign in to comment.