Use the directory written in the lineedit as base directory for the file dialog
[bertos.git] / bertos / drv / eeprom.h
index 6c6cd9117a78b6e083490769e2600c4a2c74ea14..3ab6637e13cd8bffdf6436ff99a2aad10a77448f 100644 (file)
  * \author Stefano Fedrigo <aleph@develer.com>
  * \author Bernie Innocenti <bernie@codewiz.org>
  *
- * $WIZARD_MODULE = {
- * "name" : "eeprom",
- * "depends" : ["kfile"],
- * "configuration" : ""
- * }
+ * $WIZ$ module_name = "eeprom"
+ * $WIZ$ module_depends = "kfile", "i2c"
  */
 
 #ifndef DRV_EEPROM_H