Update to the newest upstream version.
[vlp.git] / edit / editor.h
index beb90f873959fdb3917359c8a8a8c1c8d2a75b8b..be56495e0b1af83b6d51b320b2e661f4cf53e8dd 100644 (file)
 
 
 
-typedef struct FuncEntry
+typedef struct 
 {
  char name[255],filename[255];
-};
+} FuncEntry;
 
-typedef struct CategoryEntry
+typedef struct 
 {
  QList<FuncEntry> dictionary;
  QStrList names;
  char name[255];
-};
+} CategoryEntry;
 
 
 
@@ -82,6 +82,7 @@ public slots:
 
 protected:
     void resizeEvent( QResizeEvent * );
+    virtual void closeEvent ( QCloseEvent * e );
 
 private:
     QMenuBar      *m;