[Kst] kdeextragear-2/kst/kst
Andrew Walker
arwalker at sumusltd.com
Thu Mar 10 21:43:10 CET 2005
CVS commit by arwalker:
Remove duplicate connections causing scalar text to be added twice to event monitor.
M +0 -2 ksteventmonitor_i.cpp 1.29
--- kdeextragear-2/kst/kst/ksteventmonitor_i.cpp #1.28:1.29
@@ -60,6 +60,4 @@ KstEventMonitorI::KstEventMonitorI(QWidg
connect(_scalarSelectorEq, SIGNAL(selectionChangedLabel(const QString&)),
lineEditEquation, SLOT(insert(const QString&)));
- connect(_scalarSelectorEq, SIGNAL(selectionChangedLabel(const QString&)),
- lineEditEquation, SLOT(insert(const QString&)));
connect(_pushButtonELOGConfigure, SIGNAL(clicked()),
KstApp::inst(), SLOT(EventELOGConfigure()));
More information about the Kst
mailing list