From: Michael H. <mi...@ho...> - 2017-02-11 18:44:55
|
Hello, while trying to compile the latest chessx I get the following error on my linux mint machine: src/gui/mainwindowactions.cpp: In member function ‘void MainWindow::slotSetSliderText(int)’: src/gui/mainwindowactions.cpp:3323:19: error: ‘fromMSecsSinceStartOfDay’ is not a member of ‘QTime’ QTime t = QTime::fromMSecsSinceStartOfDay(interval); ^ Makefile:2094: die Regel für Ziel „obj_rel/mainwindowactions.o“ scheiterte make: *** [obj_rel/mainwindowactions.o] Fehler 1 Perhaps you can help me out! Thanks and best regards, Michael |