main.cpp
changeset 164 d442a66e9121
parent 163 30b22f7bd009
child 166 325958acb69b
     1.1 --- a/main.cpp	Mon Sep 12 19:52:51 2005 +0000
     1.2 +++ b/main.cpp	Thu Sep 22 12:14:23 2005 +0000
     1.3 @@ -21,6 +21,7 @@
     1.4  								// initialized in mainwindow
     1.5  
     1.6  Main *mainWindow;				// used in BranchObj::select()								
     1.7 +QString tmpVymDir;				// All temp files go there, created in mainwindow
     1.8  MapEditor *clipboardME;			
     1.9  FlagRowObj *systemFlagsDefault;	// used to copy from in LinkableMapObj
    1.10  FlagRowObj *standardFlagsDefault;