changeset 360 | b047741a460a |
parent 198 | 3f4bc2397c3c |
child 365 | 1cc73bd7ee1f |
1.1 --- a/exportoofiledialog.cpp Wed Jan 25 12:34:55 2006 +0000 1.2 +++ b/exportoofiledialog.cpp Thu Jul 27 15:13:16 2006 +0000 1.3 @@ -12,6 +12,11 @@ 1.4 init(); 1.5 } 1.6 1.7 +bool ExportOOFileDialog::foundConfig() 1.8 +{ 1.9 + return !filters.isEmpty(); 1.10 +} 1.11 + 1.12 QString ExportOOFileDialog::selectedConfig() 1.13 { 1.14 QStringList::Iterator itpath=configPaths.begin();