Changes in src/UIElements/QT4/QTDialog.cpp [e5c0a1:bf3817]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/QT4/QTDialog.cpp
re5c0a1 rbf3817 6 6 */ 7 7 8 // include config.h 9 #ifdef HAVE_CONFIG_H 10 #include <config.h> 11 #endif 12 8 13 #include "UIElements/QT4/QTDialog.hpp" 14 15 #include <boost/lexical_cast.hpp> 9 16 10 17 #include <string> … … 33 40 #include "Descriptors/AtomIdDescriptor.hpp" 34 41 #include "Descriptors/MoleculeIdDescriptor.hpp" 35 #include " Matrix.hpp"42 #include "LinearAlgebra/Matrix.hpp" 36 43 #include "Box.hpp" 37 44 … … 479 486 parent(_parent) 480 487 { 481 const Matrix& M = World::getInstance().getDomain().getM();482 const char *coords[3] = {"x:","y:","z:"};483 488 mainLayout= new QHBoxLayout(); 484 489 titleLabel = new QLabel(QString(getTitle().c_str())); … … 513 518 parent(_parent) 514 519 { 515 const Matrix& M = World::getInstance().getDomain().getM();516 const char *coords[3] = {"x:","y:","z:"};517 520 mainLayout= new QHBoxLayout(); 518 521 titleLabel = new QLabel(QString(getTitle().c_str()));
Note:
See TracChangeset
for help on using the changeset viewer.