comparison data/model/TextModel.h @ 345:700cd3350391

* Improvements to layer summary dialog (LayerTree, LayerTreeDialog), & rename. It's still rather unstable though.
author Chris Cannam
date Wed, 28 Nov 2007 17:45:37 +0000
parents f14e2f7b24f7
children 6a96bff0bd59
comparison
equal deleted inserted replaced
344:277006c62fea 345:700cd3350391
93 (out, 93 (out,
94 indent, 94 indent,
95 QString("%1 subtype=\"text\"") 95 QString("%1 subtype=\"text\"")
96 .arg(extraAttributes)); 96 .arg(extraAttributes));
97 } 97 }
98
99 QString getTypeName() const { return tr("Text"); }
98 }; 100 };
99 101
100 102
101 #endif 103 #endif
102 104