[Uml-devel] KDE/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Feb 19 22:36:56 UTC 2012
SVN commit 1281001 by okellogg:
UMLListViewItem::getText(): Rename to getSavedText.
M +2 -3 umllistviewitem.cpp
M +1 -1 umllistviewitem.h
--- trunk/KDE/kdesdk/umbrello/umbrello/umllistviewitem.cpp #1281000:1281001
@@ -436,10 +436,9 @@
}
/**
- * Returns the current text.
- * :TODO: not used anywhere
+ * Returns the saved text.
*/
-QString UMLListViewItem::getText() const
+QString UMLListViewItem::getSavedText() const
{
return m_label;
}
--- trunk/KDE/kdesdk/umbrello/umbrello/umllistviewitem.h #1281000:1281001
@@ -115,7 +115,7 @@
void setText(int column, const QString &text);
void setText(const QString &text );
- QString getText() const;
+ QString getSavedText() const;
void setVisible(bool state);
QString toolTip();
More information about the umbrello-devel
mailing list