[Uml-devel] kdesdk/umbrello/umbrello
Brian Thomas
thomas at mail630.gsfc.nasa.gov
Tue Sep 30 12:17:02 UTC 2003
CVS commit by thomas:
interface not properly invoking Q_OBJECT in header. Added moc include in cpp
M +2 -0 interface.cpp 1.10
M +1 -0 interface.h 1.11
--- kdesdk/umbrello/umbrello/interface.h #1.10:1.11
@@ -31,4 +31,5 @@ class UMLDoc;
*/
class UMLInterface : public UMLClassifier {
+ Q_OBJECT
public:
/**
--- kdesdk/umbrello/umbrello/interface.cpp #1.9:1.10
@@ -95,2 +95,4 @@ void UMLInterface::init() {
setStereotype( i18n("interface") );
}
+
+#include "interface.moc"
More information about the umbrello-devel
mailing list