Ignore:
File:
1 edited

Legend:

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

    r163110 rf130d4  
    4545using namespace std;
    4646
    47 QtDialog::QtDialog(const std::string &_title) :
    48     QDialog(0),
    49     Dialog(_title)
    50 {
    51   setWindowTitle(QString(_title.c_str()));
     47QtDialog::QtDialog() :
     48    QDialog(0)
     49{
    5250  // creating and filling of the Dialog window
    5351  mainLayout = new QVBoxLayout();
Note: See TracChangeset for help on using the changeset viewer.