diff options
author | Roberto Raggi <[email protected]> | 2010-12-16 12:05:48 +0100 |
---|---|---|
committer | Roberto Raggi <[email protected]> | 2010-12-16 12:05:48 +0100 |
commit | b4e421062fc9463cb42c5846dcb84b25f1a5f0ae (patch) | |
tree | e868953fda96eaa047b58156404a4b156c462ba6 /src/tools/qtpromaker/main.cpp | |
parent | 63522a04e5291c96ab084e111497e2dacc05257b (diff) |
Removed stray tokens and fixed warnings/errors when compiling with pedantic C++ compilers.
Diffstat (limited to 'src/tools/qtpromaker/main.cpp')
-rw-r--r-- | src/tools/qtpromaker/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/qtpromaker/main.cpp b/src/tools/qtpromaker/main.cpp index c353b673d49..a4851218a70 100644 --- a/src/tools/qtpromaker/main.cpp +++ b/src/tools/qtpromaker/main.cpp @@ -299,7 +299,7 @@ void ProMaker::createContents() { for (int i = 0; i != m_projects.size(); ++i) m_projects[i]->createFileLists(); -}; +} void ProMaker::writeOutput() { |