- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/QT4/QTMainWindow.cpp
rbcf653 r952f38 1 /*2 * Project: MoleCuilder3 * Description: creates and alters molecular systems4 * Copyright (C) 2010 University of Bonn. All rights reserved.5 * Please see the LICENSE file or "Copyright notice" in builder.cpp for details.6 */7 8 1 /* 9 2 * QTMainWindow.cpp … … 12 5 * Author: crueger 13 6 */ 14 15 // include config.h16 #ifdef HAVE_CONFIG_H17 #include <config.h>18 #endif19 7 20 8 #include "QTMainWindow.hpp" … … 31 19 #include<boost/bind.hpp> 32 20 33 #include "Helpers/MemDebug.hpp"34 35 21 #include "atom.hpp" 36 22 #include "molecule.hpp" … … 46 32 #include "Views/QT4/QTMoleculeView.hpp" 47 33 #include "Views/QT4/QTStatusBar.hpp" 34 #include "Helpers/MemDebug.hpp" 35 48 36 49 37 using namespace std;
Note:
See TracChangeset
for help on using the changeset viewer.