]> AND Private Git Repository - blast.git/blobdiff - BoxItem.h
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
moved generate vhdl methods
[blast.git] / BoxItem.h
index a80f9f03078fae6dd0c3e1cefe5cd27a626d8126..c8a942e8590a9f8c6ad6566a0516706f28dce73a 100644 (file)
--- a/BoxItem.h
+++ b/BoxItem.h
@@ -46,7 +46,7 @@ public:
   bool isBoxItem();
 
   // others
-  void interfaceRenamed();
+  void nameChanged();
   void moveTo(QPointF dest);
   void loadFunctional(QDomElement funcElement) throw(Exception);
   void save(QXmlStreamWriter& writer);
@@ -77,9 +77,11 @@ private:
   friend QDataStream &operator<<(QDataStream &out, BoxItem &b);
   friend QDataStream &operator>>(QDataStream &in, BoxItem &b);
 
+/*
 signals:
   void itemMustBeDeleted(QGraphicsItem*);
-
+*/
+  
 };
 
 QDataStream & operator <<(QDataStream &out, BoxItem &b);