Subversion Repositories svn1

Rev

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

Rev 221 Rev 380
Line 15... Line 15...
15
 
15
 
16
void QmDialogAbout::setText(const QString &text)
16
void QmDialogAbout::setText(const QString &text)
17
{
17
{
18
    ui->about->setText(text);
18
    ui->about->setText(text);
19
}
19
}
-
 
20
 
-
 
21
void QmDialogAbout::setPath(const QString &text)
-
 
22
{
-
 
23
    ui->path->setText(text);
-
 
24
}