exportoofiledialog.cpp
branchqt4-port
changeset 11 b8c547f0fc58
parent 9 f94317a94db1
child 16 41c3d7f9f532
     1.1 --- a/exportoofiledialog.cpp	Thu Jul 06 15:39:54 2006 +0000
     1.2 +++ b/exportoofiledialog.cpp	Thu Jul 27 14:07:11 2006 +0000
     1.3 @@ -12,6 +12,12 @@
     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 +
    1.13  QString ExportOOFileDialog::selectedConfig()
    1.14  {
    1.15  	QStringList::Iterator itpath=configPaths.begin();