diff options
author | Sebastian Holtermann <sebholt@xwmw.org> | 2019-09-23 11:21:10 (GMT) |
---|---|---|
committer | Sebastian Holtermann <sebholt@xwmw.org> | 2019-09-25 08:31:06 (GMT) |
commit | 881e3cfbf96c7b4f48304d3dfc07899c2e6703de (patch) | |
tree | 2bc1dc0698e233e123056f670c8af484d469a073 /Source/cmQtAutoMocUic.h | |
parent | fc36f4410bcdb76ef23a07e5172cb57b41ff5ce3 (diff) | |
download | CMake-881e3cfbf96c7b4f48304d3dfc07899c2e6703de.zip CMake-881e3cfbf96c7b4f48304d3dfc07899c2e6703de.tar.gz CMake-881e3cfbf96c7b4f48304d3dfc07899c2e6703de.tar.bz2 |
Autogen: Variable renames and cleanups
Diffstat (limited to 'Source/cmQtAutoMocUic.h')
-rw-r--r-- | Source/cmQtAutoMocUic.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/cmQtAutoMocUic.h b/Source/cmQtAutoMocUic.h index 15b66ca..f37d923 100644 --- a/Source/cmQtAutoMocUic.h +++ b/Source/cmQtAutoMocUic.h @@ -78,9 +78,8 @@ public: { public: // -- Types - /** - * Entry of the file parsing cache - */ + + /** Entry of the file parsing cache. */ struct FileT { void Clear(); |