aboutsummaryrefslogtreecommitdiffstats
path: root/tests/clazy-standalone/fileToNotIgnore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/clazy-standalone/fileToNotIgnore.cpp')
-rw-r--r--tests/clazy-standalone/fileToNotIgnore.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/clazy-standalone/fileToNotIgnore.cpp b/tests/clazy-standalone/fileToNotIgnore.cpp
new file mode 100644
index 00000000..33eebaac
--- /dev/null
+++ b/tests/clazy-standalone/fileToNotIgnore.cpp
@@ -0,0 +1,6 @@
+#include <QtCore/QDateTime>
+
+void t()
+{
+ QDateTime::currentDateTime().toTime_t();
+}