mainwindow.h
changeset 600 a9fe976e01a6
parent 582 a4c3dd0e48de
child 608 6cdc2e7b1937
     1.1 --- a/mainwindow.h	Tue Oct 16 09:53:22 2007 +0000
     1.2 +++ b/mainwindow.h	Tue Oct 16 09:53:22 2007 +0000
     1.3 @@ -10,7 +10,7 @@
     1.4  #include "mapeditor.h"
     1.5  #include "simplescripteditor.h"
     1.6  #include "texteditor.h"
     1.7 -//#include "xml.h"
     1.8 +
     1.9  
    1.10  class Main : public QMainWindow 
    1.11  {
    1.12 @@ -236,6 +236,8 @@
    1.13  
    1.14  	QColor currentColor;
    1.15  
    1.16 +	int xLinkMenuWidth;
    1.17 +
    1.18  	QMenu *recentFilesMenu;
    1.19  	enum { MaxRecentFiles = 9 };
    1.20      QAction *recentFileActions[MaxRecentFiles];