Changes in src/builder.cpp [4cf323d:7230be]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/builder.cpp
r4cf323d r7230be 86 86 #include "UIElements/CommandLineUI/CommandLineUIFactory.hpp" 87 87 #ifdef USE_GUI_QT 88 #include "UIElements/Q t4/QtUIFactory.hpp"88 #include "UIElements/QT4/QTUIFactory.hpp" 89 89 #endif 90 90 #include "UIElements/MainWindow.hpp" … … 184 184 ASSERT_DO(Assert::Ask); 185 185 #ifdef USE_GUI_QT 186 DoLog(0) && (Log() << Verbose(0) << "Setting UI to Q t4." << endl);187 UIFactory::registerFactory(new Q tUIFactory::description());188 UIFactory::makeUserInterface("Q t4");186 DoLog(0) && (Log() << Verbose(0) << "Setting UI to QT4." << endl); 187 UIFactory::registerFactory(new QTUIFactory::description()); 188 UIFactory::makeUserInterface("QT4"); 189 189 #else 190 190 DoLog(0) && (Log() << Verbose(0) << "Setting UI to Text." << endl);
Note:
See TracChangeset
for help on using the changeset viewer.