[Bug 70627] New: deleteToolWindow method not implemented in mainwindow.cpp
Mike Perik
michaelperik at yahoo.com
Tue Dec 16 18:41:02 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=70627
Summary: deleteToolWindow method not implemented in
mainwindow.cpp
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: michaelperik at yahoo.com
Version: (using KDE Devel)
Installed from: Compiled sources
Compiler: gcc version 2.96 20000731 (Red Hat Linux 7.3
OS: Linux
I'm attempting to compile the KDE_3_2_0_BETA_2 source.
The KMdiMainFrm class declares the functions
virtual void deleteToolWindow( QWidget* pWnd);
virtual void deleteToolWindow( KMdiToolViewAccessor *accessor);
and the MainWindow class inherits the KMdiMainFrm class but does not implement them even though it is called in the removeView(QWidget *view) method.
More information about the KDevelop-devel
mailing list