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/QCMakeCacheView.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/QCMakeCacheView.h')
-rw-r--r-- | Source/QtDialog/QCMakeCacheView.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/QCMakeCacheView.h b/Source/QtDialog/QCMakeCacheView.h index cac9b4b..a7e28e7 100644 --- a/Source/QtDialog/QCMakeCacheView.h +++ b/Source/QtDialog/QCMakeCacheView.h @@ -18,13 +18,13 @@ #ifndef QCMakeCacheView_h #define QCMakeCacheView_h +#include "QCMake.h" #include <QTableView> #include <QAbstractTableModel> #include <QCheckBox> #include <QLineEdit> #include <QItemDelegate> -#include "QCMake.h" class QCMakeCacheModel; |