1 Feb 2005 20:17
kdesdk/umbrello/umbrello
Oliver Kellogg <okellogg <at> users.sourceforge.net>
2005-02-01 19:17:06 GMT
2005-02-01 19:17:06 GMT
CVS commit by okellogg:
Prepare for IDL import - last addition for 1.4
A idlimport.cpp 1.1 [no copyright]
A idlimport.h 1.1 [no copyright]
M +1 -0 Makefile.am 1.54
M +17 -3 classimport.cpp 1.70
M +14 -1 classimport.h 1.25
M +10 -3 uml.cpp 1.135
--- kdesdk/umbrello/umbrello/Makefile.am #1.53:1.54
<at> <at> -49,4 +49,5 <at> <at>
kplayerslideraction.cpp \
hierarchicalcodeblock.cpp \
+idlimport.cpp \
infowidget.cpp \
interface.cpp \
--- kdesdk/umbrello/umbrello/classimport.cpp #1.69:1.70
<at> <at> -30,4 +30,5 <at> <at>
#include "template.h"
#include "association.h"
+#include "idlimport.h"
#include "classparser/lexer.h"
#include "classparser/driver.h"
<at> <at> -289,4 +290,17 <at> <at> void ClassImport::feedTheModel(QString f
}
+void ClassImport::importIDL(QStringList idlFileList) {
(Continue reading)
RSS Feed