Differences between MainWindowIDEAl::embedPartView and MainWindow::embedPartView
Sebastian Gutweiler
sebastian at gutweiler.net
Fri Oct 24 16:15:07 UTC 2003
Hi,
the signature of MainWindow::embedPartView(QWidget *view, const
QString &/*name*/, const QString& fullName) and
MainWindowIDEAl::embedPartView(QWidget *view, const QString &name,
const QString& toolTip) are different.
So in the PHP part the call
mainWindow()->embedPartView(m_htmlView->view(), i18n("PHP")); once
opens a tab with a name, once not.
My question: Should I just change the function call to
mainWindow()->embedPartView(m_htmlView->view(), i18n("PHP"),
i18n("PHP")); or is one of the two functions wrong?
Sebastian
More information about the KDevelop-devel
mailing list