src/toolsets/filetoolset.cpp

changeset 987
91281e39c50c
parent 984
a7b6f987d269
child 993
23436e487f0c
equal deleted inserted replaced
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();

mercurial