New xdxf dialog, one which provides methods to add new or change setting of existing...
[mdictionary] / src / include / CommonDictInterface.h
index f09815d..329fd32 100644 (file)
@@ -127,7 +127,7 @@ class CommonDictInterface : public QObject, public AccentsNormalizer {
             different ways
         \param QString text of the notification
     */
-    void notify(Notify::NotifyType, QString);
+    void notify(Notify::NotifyType, QString, QWidget* parent = 0);
     
 
 protected: