changes in xsl and css, 0 instead of NULL in code
[mdictionary] / src / mdictionary / gui / MenuTabWidget.h
index 3f625d4..464a2ec 100644 (file)
@@ -37,7 +37,7 @@ public:
 protected:
     /*!
       Reimplemented default hideEvent function.
-      Right before hiding widget it sets its parent to NULL, which prevents
+      Right before hiding widget it sets its parent to 0 (NULL), which prevents
       widget from being deleted by menu bar.
     */
     void hideEvent(QHideEvent *);