[Kst] branches/work/kst/kst1kde4/kst/src/libkstapp
Zongyi Zhang
freebody.kst at gmail.com
Tue Apr 20 00:44:15 CEST 2010
SVN commit 1116640 by zhang:
continue kst1kde4
M +1 -1 kstmatrixdialog.h
M +1 -1 kstvectordialog.cpp
M +1 -1 kstvectordialog.h
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstmatrixdialog.h #1116639:1116640
@@ -92,7 +92,7 @@
void cleanup();
bool editSingleObject(KstMatrixPtr mxPtr);
- QPointer<QCompleter> _fieldCompletion;
+// xxx QPointer<QCompleter> _fieldCompletion;
QPointer<KstDataSourceConfigWidget> _configWidget;
static QPointer<KstMatrixDialog> _inst;
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstvectordialog.cpp #1116639:1116640
@@ -247,7 +247,7 @@
_w->_configure->setEnabled(_configWidget);
_w->_pushButtonHierarchy->setEnabled(_hierarchy);
- _w->Field->setCompleter(_fieldCompletion);
+// xxx _w->Field->setCompleter(_fieldCompletion);
_w->Field->insertItems(0, list);
/* xxx
--- branches/work/kst/kst1kde4/kst/src/libkstapp/kstvectordialog.h #1116639:1116640
@@ -75,7 +75,7 @@
static QPointer<KstVectorDialog> _inst;
static const QString& defaultTag;
- QPointer<QCompleter> _fieldCompletion;
+// xxx QPointer<QCompleter> _fieldCompletion;
QPointer<KstDataSourceConfigWidget> _configWidget;
Ui::VectorDialogWidget *_w;
bool _inTest : 1;
More information about the Kst
mailing list