KDevelop API Documentation

parts/distpart/lsmsupport.cpp

Go to the documentation of this file.
00001 #include "lsmsupport.h" 00002 #include "lsmsupport.moc" 00003 #include <qlabel.h> 00004 00005 LsmSupport::LsmSupport(DistpartPart * part) : packageBase(part,"Lsm") { 00006 m_part = part; 00007 00008 label = new QLabel("Not yet implemented !",area()); 00009 } 00010 00011 LsmSupport::~LsmSupport() { 00012 }
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:01:50 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003