Changeset 199 in flair-src
- Timestamp:
- Sep 27, 2017, 11:16:49 AM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/FlairCore/src/Vector3DSpinBox.h
r167 r199 68 68 void XmlEvent(void); 69 69 70 core::Vector3D fbox_value;70 core::Vector3D<double> box_value; 71 71 }; 72 72 -
trunk/tools/FlairGCS/src/Vector3DSpinBox.cpp
r15 r199 7 7 #include <QMenu> 8 8 #include <QContextMenuEvent> 9 //#include <QGridLayout>10 9 #include <QFormLayout> 11 10 #include <QGroupBox>
Note:
See TracChangeset
for help on using the changeset viewer.