Suppression de l'attribut public previous_text de la classe DiagramTextItem

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@964 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier
2010-04-23 22:39:59 +00:00
parent 582232874a
commit 1ea20a4ec4
7 changed files with 23 additions and 16 deletions

View File

@@ -1093,7 +1093,6 @@ void Conductor::saveProfile(bool undo) {
ConductorProfile old_profile(conductor_profiles[current_path_type]);
conductor_profiles[current_path_type].fromConductor(this);
Diagram *dia = diagram();
qDebug () << Q_FUNC_INFO << dia;
if (undo && dia) {
dia -> undoStack().push(new ChangeConductorCommand(this, old_profile, conductor_profiles[current_path_type], current_path_type));
}
@@ -1153,7 +1152,6 @@ QString Conductor::text() const {
*/
void Conductor::setText(const QString &t) {
text_item -> setPlainText(t);
text_item -> previous_text = t;
}
/// @param p les proprietes de ce conducteur