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