Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Qt4/QtUIFactory.cpp

    r94d5ac6 r163110  
    6767}
    6868
    69 Dialog* QtUIFactory::makeDialog() {
    70   return new QtDialog();
     69Dialog* QtUIFactory::makeDialog(const std::string &_title) {
     70  return new QtDialog(_title);
    7171}
    7272
Note: See TracChangeset for help on using the changeset viewer.