- Timestamp:
- 05/16/12 13:41:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/fact.cc
r13640 r13757 1 1 #include "FactGui.h" 2 2 3 #include <TQtWidget.h> 3 4 #include <TSystem.h> 4 5 … … 73 74 QApplication app(argc, const_cast<char**>(argv)); 74 75 75 cout << "--- Instaniating GUI ---" << endl; 76 cout << "--- Working around a root bug ---" << endl; 77 { 78 // It seems sometimes TGQt::RegisterWid is called before 79 // fWidgetArray is initialized, so we force that to happen here 80 TQtWidget(NULL); 81 cout << "LD_LIBRARY_PATH=" << gSystem->GetDynamicPath() << endl; 82 } 76 83 84 cout << "--- Instantiating GUI ---" << endl; 77 85 FactGui gui(conf); 78 86
Note:
See TracChangeset
for help on using the changeset viewer.