aboutsummaryrefslogtreecommitdiffstats
path: root/tests/clazy-standalone/header_filter_foo.h
blob: 1404090e727ccc0f6339d23548495dd2f2709298 (plain)
1
2
3
4
5
6
#include <QtCore/QDateTime>

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