By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2950
Collapse All | Expand All

(-)a/src/addnewstreamimpl.cpp (-2 / +1 lines)
Lines 62-66 void AddNewStreamImpl::cancelButtonClicked() Link Here
62
    this->close();
62
    this->close();
63
}
63
}
64
64
65
65
#include "addnewstreamimpl.moc"
66
(-)a/src/kstreamripper.cpp (+1 lines)
Lines 314-316 void KStreamRipper::addStreamFinished( AddNewStreamImpl *e ) Link Here
314
    proc->getProcessController()->setDescription( e->d_descEdit->text() );
314
    proc->getProcessController()->setDescription( e->d_descEdit->text() );
315
}
315
}
316
316
317
#include "kstreamripper.moc"
(-)a/src/processcontroller.cpp (+2 lines)
Lines 146-148 void ProcessController::setDescription(TQString Description) Link Here
146
{
146
{
147
	myDescription = Description;
147
	myDescription = Description;
148
}
148
}
149
150
#include "processcontroller.moc"
(-)a/src/processlistviewitem.cpp (+2 lines)
Lines 106-108 ProcessController * ProcessListViewItem::getProcessController() Link Here
106
{
106
{
107
	return myProcessController;
107
	return myProcessController;
108
}
108
}
109
110
#include "processlistviewitem.moc"

Return to bug 2950