Subversion Repositories svn1

Rev

Rev 387 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 387 Rev 390
Line 82... Line 82...
82
----------------------------------------------------------------------------*/
82
----------------------------------------------------------------------------*/
83
 
83
 
84
QmDialogLoadExternalTeams::QmDialogLoadExternalTeams(const QString &efile, QByteArray *data ,QWidget *parent) :
84
QmDialogLoadExternalTeams::QmDialogLoadExternalTeams(const QString &efile, QByteArray *data ,QWidget *parent) :
85
        QDialog(parent)
85
        QDialog(parent)
86
{
86
{
-
 
87
 
-
 
88
    Q_UNUSED(data);
-
 
89
 
87
    // Create the basic Window
90
    // Create the basic Window
88
    createWindow();
91
    createWindow();
89
    fileName->setText(efile);
92
    fileName->setText(efile);
90
 
93
 
91
    // Parse the data. It is an html file
94
    // Parse the data. It is an html file