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

Private GIT Repository
added new project dialog
[blast.git] / AbstractBlock.h
index 80e0413db200ec330ceb6df7bd20245ce8891f70..ebb1560e26f7b496ba731b634337e8d7a0bd78cd 100644 (file)
@@ -56,6 +56,7 @@ public:
   bool isWBConfigurable();\r
 \r
   // others\r
+\r
   virtual void parametersValidation(QList<AbstractBlock*>* checkedBlocks, QList<AbstractBlock*>* blocksToConfigure) = 0; // ugly but usefull   \r
 \r
   void addParameter(BlockParameter *param);\r
@@ -98,6 +99,8 @@ protected:
   \r
   // NB: only GroupBlock and FunctionalBlock have a real parent, except sources that have no parents\r
   AbstractBlock* parent;\r
+\r
+\r
 };\r
 \r
 #endif // __ABSTRACTBLOCK_H__\r