[Bug 70627] deleteToolWindow method not implemented in mainwindow.cpp

Mike Perik michaelperik at yahoo.com
Tue Dec 16 23:16: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     




------- Additional Comments From michaelperik at yahoo.com  2003-12-16 23:14 -------
Forgot the compile error:

Making all in profiles
make[1]: Entering directory `/home/mrp/kde3.1/source/kdevelop/src/profiles'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/mrp/kde3.1/source/kdevelop/src/profiles'
make[1]: Entering directory `/home/mrp/kde3.1/source/kdevelop/src'
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I../lib/interfaces -I../lib/util -I../lib -I../lib/qextmdi -I../lib/structure -I/home/mrp/kde/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -MT mainwindow.o -MD -MP -MF ".deps/mainwindow.Tpo" \
  -c -o mainwindow.o `test -f 'mainwindow.cpp' || echo './'`mainwindow.cpp; \
then mv -f ".deps/mainwindow.Tpo" ".deps/mainwindow.Po"; \
else rm -f ".deps/mainwindow.Tpo"; exit 1; \
fi
mainwindow.cpp:208:2: warning: #warning this crashes in ideal mode, looks like there are dangling pointers on opening another project
mainwindow.cpp: In method `void MainWindow::embedSelectView (QWidget *,
const QString &, const QString &)':
mainwindow.cpp:488: warning: unused variable `KMdiToolViewAccessor *tmp
'
mainwindow.cpp: In method `void MainWindow::embedSelectViewRight
(QWidget *, const QString &, const QString &)':
mainwindow.cpp:520: warning: unused variable `KMdiToolViewAccessor *tmp
'
mainwindow.cpp: In method `void MainWindow::embedOutputView (QWidget *,
const QString &, const QString &)':
mainwindow.cpp:536: warning: unused variable `KMdiToolViewAccessor *tmp
'
mainwindow.cpp: In method `void MainWindow::removeView (QWidget *)':
mainwindow.cpp:605: `deleteToolWindow' undeclared (first use this
function)
mainwindow.cpp:605: (Each undeclared identifier is reported only once
for each function it appears in.)
make[1]: *** [mainwindow.o] Error 1
make[1]: Leaving directory `/home/mrp/kde3.1/source/kdevelop/src'
make: *** [all-recursive] Error 1




More information about the KDevelop-devel mailing list