mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
We need the LIGO config file, not directory in the first start settings dialog.
--HG-- branch : hotfix
This commit is contained in:
parent
bdb633cf83
commit
ea3b16069b
1 changed files with 2 additions and 1 deletions
|
@ -170,7 +170,8 @@ void SettingsDialog::onPrimitivesBClicked()
|
||||||
|
|
||||||
void SettingsDialog::onLigoBClicked()
|
void SettingsDialog::onLigoBClicked()
|
||||||
{
|
{
|
||||||
QString p = QFileDialog::getExistingDirectory( this, tr( "LIGO directory" ), "" );
|
QString p;
|
||||||
|
p = QFileDialog::getOpenFileName( this, tr( "LIGO config file" ), "" );
|
||||||
ligoLE->setText( p );
|
ligoLE->setText( p );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue