[Cmake-commits] CMake branch, next, updated. v3.0.2-5368-g407640d
Stephen Kelly
steveire at gmail.com
Thu Sep 18 03:40:53 EDT 2014
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".
The branch, next has been updated
via 407640ddb3ba3bec8c6a2ad36861f2bb5924ff5b (commit)
via 3f6a29c06c5923798f110b91d79dbb1d9c082f4e (commit)
from 03c38bd36ad264fb3c36da4ea12b9e4ec6c4a652 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=407640ddb3ba3bec8c6a2ad36861f2bb5924ff5b
commit 407640ddb3ba3bec8c6a2ad36861f2bb5924ff5b
Merge: 03c38bd 3f6a29c
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Sep 18 03:40:52 2014 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Thu Sep 18 03:40:52 2014 -0400
Merge topic 'autogen-fixes' into next
3f6a29c0 stray char.
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3f6a29c06c5923798f110b91d79dbb1d9c082f4e
commit 3f6a29c06c5923798f110b91d79dbb1d9c082f4e
Author: Stephen Kelly <steveire at gmail.com>
AuthorDate: Thu Sep 18 09:40:38 2014 +0200
Commit: Stephen Kelly <steveire at gmail.com>
CommitDate: Thu Sep 18 09:40:38 2014 +0200
stray char.
diff --git a/Source/cmQtAutoGenerators.h b/Source/cmQtAutoGenerators.h
index e552f47..5e4e082 100644
--- a/Source/cmQtAutoGenerators.h
+++ b/Source/cmQtAutoGenerators.h
@@ -60,7 +60,7 @@ private:
std::map<std::string, std::vector<std::string> >& includedUis);
void SearchHeadersForCppFile(const std::string& absFilename,
const std::vector<std::string>& headerExtensions,
- std::set<std::string>& absHeaders);`
+ std::set<std::string>& absHeaders);
void ParseHeaders(const std::set<std::string>& absHeaders,
const std::map<std::string, std::string>& includedMocs,
-----------------------------------------------------------------------
Summary of changes:
Source/cmQtAutoGenerators.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list