+ include missing header files
This commit is contained in:
parent
d826ad5b51
commit
2b53da4eee
|
@ -41,7 +41,9 @@
|
||||||
# include <QGLFramebufferObject>
|
# include <QGLFramebufferObject>
|
||||||
#endif
|
#endif
|
||||||
# include <QSessionManager>
|
# include <QSessionManager>
|
||||||
|
# include <QStatusBar>
|
||||||
# include <QTextStream>
|
# include <QTextStream>
|
||||||
|
# include <QTimer>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <boost/interprocess/sync/file_lock.hpp>
|
#include <boost/interprocess/sync/file_lock.hpp>
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
#include "PreCompiled.h"
|
#include "PreCompiled.h"
|
||||||
|
|
||||||
#ifndef _PreComp_
|
#ifndef _PreComp_
|
||||||
|
# include <QApplication>
|
||||||
# include <qfileinfo.h>
|
# include <qfileinfo.h>
|
||||||
# include <qdir.h>
|
# include <qdir.h>
|
||||||
# include <QPrinter>
|
# include <QPrinter>
|
||||||
|
|
|
@ -24,6 +24,7 @@
|
||||||
#include "PreCompiled.h"
|
#include "PreCompiled.h"
|
||||||
#ifndef _PreComp_
|
#ifndef _PreComp_
|
||||||
# include <sstream>
|
# include <sstream>
|
||||||
|
# include <QApplication>
|
||||||
# include <QDir>
|
# include <QDir>
|
||||||
# include <QKeySequence>
|
# include <QKeySequence>
|
||||||
# include <QMessageBox>
|
# include <QMessageBox>
|
||||||
|
|
|
@ -25,8 +25,10 @@
|
||||||
#ifndef _PreComp_
|
#ifndef _PreComp_
|
||||||
# include <QInputDialog>
|
# include <QInputDialog>
|
||||||
# include <QHeaderView>
|
# include <QHeaderView>
|
||||||
|
# include <QMenu>
|
||||||
# include <QMessageBox>
|
# include <QMessageBox>
|
||||||
# include <QToolBar>
|
# include <QToolBar>
|
||||||
|
# include <QToolButton>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "DlgToolbarsImp.h"
|
#include "DlgToolbarsImp.h"
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
#include "PreCompiled.h"
|
#include "PreCompiled.h"
|
||||||
#ifndef _PreComp_
|
#ifndef _PreComp_
|
||||||
|
# include <QDebug>
|
||||||
# include <QInputDialog>
|
# include <QInputDialog>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
@ -92,7 +92,7 @@ private:
|
||||||
try {
|
try {
|
||||||
Base::Vector3d m1 = arc->getCenter();
|
Base::Vector3d m1 = arc->getCenter();
|
||||||
//Base::Vector3d a3 = arc->getStartPoint();
|
//Base::Vector3d a3 = arc->getStartPoint();
|
||||||
Base::Vector3d a3 = arc->getEndPoint();
|
Base::Vector3d a3 = arc->getEndPoint(true);
|
||||||
Base::Vector3d l1 = seg->getStartPoint();
|
Base::Vector3d l1 = seg->getStartPoint();
|
||||||
Base::Vector3d l2 = seg->getEndPoint();
|
Base::Vector3d l2 = seg->getEndPoint();
|
||||||
#if 0
|
#if 0
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
# ifdef FC_OS_WIN32
|
# ifdef FC_OS_WIN32
|
||||||
# include <windows.h>
|
# include <windows.h>
|
||||||
# endif
|
# endif
|
||||||
|
# include <QApplication>
|
||||||
# include <QCalendarWidget>
|
# include <QCalendarWidget>
|
||||||
# include <QColorDialog>
|
# include <QColorDialog>
|
||||||
# include <QCryptographicHash>
|
# include <QCryptographicHash>
|
||||||
|
|
|
@ -25,6 +25,7 @@
|
||||||
|
|
||||||
#ifndef _PreComp_
|
#ifndef _PreComp_
|
||||||
# include <QGLWidget>
|
# include <QGLWidget>
|
||||||
|
# include <QGridLayout>
|
||||||
# include <Inventor/actions/SoAction.h>
|
# include <Inventor/actions/SoAction.h>
|
||||||
# include <Inventor/elements/SoModelMatrixElement.h>
|
# include <Inventor/elements/SoModelMatrixElement.h>
|
||||||
# include <Inventor/elements/SoViewVolumeElement.h>
|
# include <Inventor/elements/SoViewVolumeElement.h>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user