Changes in src/builder.cpp [7230be:4cf323d]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/builder.cpp
r7230be r4cf323d 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.