diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-11-03 16:50:02 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-11-03 16:50:02 (GMT) |
commit | c27953b62f942bd24d3f1c6b18adadacdb9e3df9 (patch) | |
tree | 4398f1631bdfc2967791107fdded6bbc979f3539 /Source/QtDialog/CMakeSetupDialog.h | |
parent | efbce2580b3b71f19f25c82ebc521e3717f5f64d (diff) | |
download | CMake-c27953b62f942bd24d3f1c6b18adadacdb9e3df9.zip CMake-c27953b62f942bd24d3f1c6b18adadacdb9e3df9.tar.gz CMake-c27953b62f942bd24d3f1c6b18adadacdb9e3df9.tar.bz2 |
ENH: remove qt warnings from qt with MS compiler
Diffstat (limited to 'Source/QtDialog/CMakeSetupDialog.h')
-rw-r--r-- | Source/QtDialog/CMakeSetupDialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeSetupDialog.h b/Source/QtDialog/CMakeSetupDialog.h index 7dec607..8d85ee9 100644 --- a/Source/QtDialog/CMakeSetupDialog.h +++ b/Source/QtDialog/CMakeSetupDialog.h @@ -15,9 +15,9 @@ =========================================================================*/ +#include "QCMake.h" #include <QMainWindow> #include "ui_CMakeSetupDialog.h" -#include "QCMake.h" class QCMakeThread; class CMakeCacheModel; |