[Uml-devel] KDE/kdesdk/umbrello/umbrello
André Wöbbeking
woebbeking at kde.org
Sun Dec 16 11:27:50 UTC 2007
SVN commit 749038 by woebbe:
-Woverloaded-virtual
M +1 -1 uml.cpp
M +1 -1 uml.h
--- trunk/KDE/kdesdk/umbrello/umbrello/uml.cpp #749037:749038
@@ -1969,7 +1969,7 @@
}
-void UMLApp::customEvent(QCustomEvent* e)
+void UMLApp::customEvent(QEvent* e)
{
if (e->type() == CmdLineExportAllViewsEvent::getType()) {
CmdLineExportAllViewsEvent* exportAllViewsEvent = static_cast<CmdLineExportAllViewsEvent*>(e);
--- trunk/KDE/kdesdk/umbrello/umbrello/uml.h #749037:749038
@@ -364,7 +364,7 @@
* It handles events such as exporting all views from command line (in
* that case, it executes the exportAllViews method in the event).
*/
- virtual void customEvent(QCustomEvent* e);
+ virtual void customEvent(QEvent* e);
/**
* Helper method for handling cursor key release events (refactoring).
More information about the umbrello-devel
mailing list