- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/QT4/QTUIFactory.cpp
rbbbad5 r97b825 6 6 */ 7 7 8 // include config.h9 #ifdef HAVE_CONFIG_H10 #include <config.h>11 #endif12 13 8 #include <iostream> 14 9 #include <cassert> 15 10 11 using namespace std; 12 16 13 #include <qapplication.h> 17 18 14 19 15 #include "UIElements/QT4/QTUIFactory.hpp" 20 16 #include "UIElements/QT4/QTMainWindow.hpp" 21 17 #include "UIElements/QT4/QTDialog.hpp" 22 23 #include "Helpers/MemDebug.hpp"24 25 18 #include "version.h" 26 19 #include "defs.hpp" 27 28 using namespace std; 20 #include "Helpers/MemDebug.hpp" 29 21 30 22 QTUIFactory::QTUIFactory() :
Note:
See TracChangeset
for help on using the changeset viewer.