diff options
Diffstat (limited to 'Source/cmQTWrapUICommand.h')
-rw-r--r-- | Source/cmQTWrapUICommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmQTWrapUICommand.h b/Source/cmQTWrapUICommand.h index 0daad14..3114972 100644 --- a/Source/cmQTWrapUICommand.h +++ b/Source/cmQTWrapUICommand.h @@ -69,6 +69,7 @@ private: */ std::vector<cmSourceFile> m_WrapSourcesClasses; std::vector<cmSourceFile> m_WrapHeadersClasses; + std::vector<cmSourceFile> m_WrapMocClasses; /** * List of header files that pprovide the source for m_WrapClasses. */ |