aboutsummaryrefslogtreecommitdiffstats
path: root/tests/clazy-standalone/fileToNotIgnore.cpp
blob: 33eebaac43c86352e7b1ab6d326ea4f1a602bd59 (plain)
1
2
3
4
5
6
#include <QtCore/QDateTime>

void t()
{
    QDateTime::currentDateTime().toTime_t();
}