diff options
Diffstat (limited to 'test/QT/moc-from-cpp.py')
-rw-r--r-- | test/QT/moc-from-cpp.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/QT/moc-from-cpp.py b/test/QT/moc-from-cpp.py index 1936a72..1bd7b10 100644 --- a/test/QT/moc-from-cpp.py +++ b/test/QT/moc-from-cpp.py @@ -97,3 +97,9 @@ test.run(arguments = "variant_dir=1 dup=0 " + test.must_exist(test.workpath('build_dup0', moc)) test.pass_test() + +# Local Variables: +# tab-width:4 +# indent-tabs-mode:nil +# End: +# vim: set expandtab tabstop=4 shiftwidth=4: |