X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=edit%2Feditor.h;h=be56495e0b1af83b6d51b320b2e661f4cf53e8dd;hb=d822895e35c5afbe2ef14399b17363c5fcb9b86f;hp=beb90f873959fdb3917359c8a8a8c1c8d2a75b8b;hpb=9db87b545def5d31a64608f2eb082d915ad5efa4;p=vlp.git diff --git a/edit/editor.h b/edit/editor.h index beb90f8..be56495 100644 --- a/edit/editor.h +++ b/edit/editor.h @@ -21,17 +21,17 @@ -typedef struct FuncEntry +typedef struct { char name[255],filename[255]; -}; +} FuncEntry; -typedef struct CategoryEntry +typedef struct { QList 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;