exportoofiledialog.cpp
changeset 357 64819498efbf
parent 198 3f4bc2397c3c
child 365 1cc73bd7ee1f
     1.1 --- a/exportoofiledialog.cpp	Thu Jul 13 08:40:03 2006 +0000
     1.2 +++ b/exportoofiledialog.cpp	Thu Jul 13 08:40:58 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();