diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2011-01-28 13:52:41 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2011-01-28 13:59:21 (GMT) |
commit | c40ae86025856225e74289249ecc509bf61dc9ba (patch) | |
tree | 6ea4b3aff1b288c1595926144e982565024016a3 /tests | |
parent | edece4b0ce4a9a1c8d6e8d6950fd3cc5f49a9cc0 (diff) | |
download | Qt-c40ae86025856225e74289249ecc509bf61dc9ba.zip Qt-c40ae86025856225e74289249ecc509bf61dc9ba.tar.gz Qt-c40ae86025856225e74289249ecc509bf61dc9ba.tar.bz2 |
Fix for linux build error
Diffstat (limited to 'tests')
-rw-r--r-- | tests/auto/qscopedvaluerollback/tst_qscopedvaluerollback.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qscopedvaluerollback/tst_qscopedvaluerollback.cpp b/tests/auto/qscopedvaluerollback/tst_qscopedvaluerollback.cpp index fac5702..956253f 100644 --- a/tests/auto/qscopedvaluerollback/tst_qscopedvaluerollback.cpp +++ b/tests/auto/qscopedvaluerollback/tst_qscopedvaluerollback.cpp @@ -200,4 +200,4 @@ void tst_QScopedValueRollback::earlyExitScope_helper(int exitpoint, int& member) } QTEST_MAIN(tst_QScopedValueRollback) -#include "tst_QScopedValueRollback.moc" +#include "tst_qscopedvaluerollback.moc" |