[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu Mar 3 01:28:00 CET 2005
CVS commit by staikos:
data wizard with stdin doesn't really make sense
M +2 -2 datawizard.ui.h 1.120
--- kdeextragear-2/kst/kst/datawizard.ui.h #1.119:1.120
@@ -93,5 +93,5 @@ void DataWizard::xChanged( const QString
void DataWizard::sourceChanged( const QString &txt )
{
- delete _configWidget; // FIXME: very inefficient
+ delete _configWidget;
_configWidget = 0L;
_configureSource->setEnabled(false);
@@ -126,5 +126,5 @@ void DataWizard::sourceChanged( const QS
complete = ds->fieldListIsComplete();
ds = 0L;
- } else { // FIXME: deal with stdin?
+ } else {
fl = KstDataSource::fieldListForSource(file, QString::null, &fileType, &complete);
}
More information about the Kst
mailing list