summaryrefslogtreecommitdiffstats
path: root/test/QT/moc-from-header.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/QT/moc-from-header.py')
-rw-r--r--test/QT/moc-from-header.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/QT/moc-from-header.py b/test/QT/moc-from-header.py
index 102facc..41b1b3d 100644
--- a/test/QT/moc-from-header.py
+++ b/test/QT/moc-from-header.py
@@ -97,3 +97,9 @@ test.run(arguments = "variant_dir=1 chdir=1 dup=0 " +
test.must_exist(['build_dup0', moc])
test.pass_test()
+
+# Local Variables:
+# tab-width:4
+# indent-tabs-mode:nil
+# End:
+# vim: set expandtab tabstop=4 shiftwidth=4: