986:525921eae58c | 987:91281e39c50c |
---|---|
105 m_config->setLDrawPath (dialog->path()); | 105 m_config->setLDrawPath (dialog->path()); |
106 } | 106 } |
107 | 107 |
108 void FileToolset::exit() | 108 void FileToolset::exit() |
109 { | 109 { |
110 Exit(); | 110 ::exit (EXIT_SUCCESS); |
111 } | 111 } |
112 | 112 |
113 void FileToolset::insertFrom() | 113 void FileToolset::insertFrom() |
114 { | 114 { |
115 QString fname = QFileDialog::getOpenFileName(); | 115 QString fname = QFileDialog::getOpenFileName(); |