now that we've figured out how the gc() works, don't need this around anymore
svn path=/trunk/KDE/kdebase/runtime/; revision=1055417
This commit is contained in:
parent
66c5852fb7
commit
58a46c3d52
@ -26,14 +26,12 @@ FileDialogProxy::FileDialogProxy(KFileDialog::OperationMode mode, QObject *paren
|
|||||||
: QObject(parent),
|
: QObject(parent),
|
||||||
m_dialog(new KFileDialog(KUrl("~"), QString(), 0))
|
m_dialog(new KFileDialog(KUrl("~"), QString(), 0))
|
||||||
{
|
{
|
||||||
kDebug() << "hello beautiful";
|
|
||||||
m_dialog->setOperationMode(mode);
|
m_dialog->setOperationMode(mode);
|
||||||
connect(m_dialog, SIGNAL(finished()), this, SLOT(dialogFinished()));
|
connect(m_dialog, SIGNAL(finished()), this, SLOT(dialogFinished()));
|
||||||
}
|
}
|
||||||
|
|
||||||
FileDialogProxy::~FileDialogProxy()
|
FileDialogProxy::~FileDialogProxy()
|
||||||
{
|
{
|
||||||
kDebug() << this << "bye bye";
|
|
||||||
delete m_dialog;
|
delete m_dialog;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user