SVN commit 1270323 by habacker:
added missing doc for DocWindow::slotTextChanged()
M +3 -0 docwindow.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/docwindow.cpp #1270322:1270323
@@ -273,6 +273,9 @@
}
}
+/**
+ * text from the edit field has been changed
+ */
void DocWindow::slotTextChanged()
{
m_modified = true;