Skip to content
Snippets Groups Projects
Commit e8b74fec authored by Tom Fischer's avatar Tom Fischer
Browse files

[A/DE/VtkVis] Fix Qt deprecated warning.

parent 407bd15c
No related branches found
No related tags found
No related merge requests found
......@@ -37,10 +37,12 @@
#include <vtkPointData.h>
#include <QColor>
#ifndef NDEBUG
#include <QElapsedTimer>
#endif // NDEBUG
#include <QFileInfo>
#include <QSettings>
#include <QString>
#include <QTime>
#include "BaseLib/Logging.h"
......@@ -176,7 +178,7 @@ Qt::ItemFlags VtkVisPipeline::flags( const QModelIndex &index ) const
void VtkVisPipeline::loadFromFile(QString filename)
{
#ifndef NDEBUG
QTime myTimer;
QElapsedTimer myTimer;
myTimer.start();
INFO("VTK Read: {:s}.", filename.toStdString());
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment