mainwindow.h
changeset 526 eacf1b165d2d
parent 514 497fab7d1404
child 527 f19bbd639726
     1.1 --- a/mainwindow.h	Wed Jun 20 11:58:47 2007 +0000
     1.2 +++ b/mainwindow.h	Wed Jun 20 11:58:47 2007 +0000
     1.3 @@ -53,8 +53,6 @@
     1.4      void setupMacros();
     1.5  	void hideEvent (QHideEvent * );
     1.6  	void showEvent (QShowEvent * );
     1.7 -	bool reallyWriteDirectory(const QString&);
     1.8 -	QString browseDirectory(const QString&);
     1.9  	MapEditor* currentMapEditor() const;
    1.10      
    1.11  private slots:
    1.12 @@ -166,6 +164,7 @@
    1.13      void viewZoomReset();
    1.14      void viewZoomIn();
    1.15      void viewZoomOut();
    1.16 +    void viewCenter();
    1.17  
    1.18  public slots:
    1.19  	bool settingsPDF();
    1.20 @@ -305,6 +304,7 @@
    1.21  	QAction *actionViewTogglePropertyWindow;
    1.22  	QAction *actionViewToggleAntiAlias;
    1.23  	QAction *actionViewToggleSmoothPixmapTransform;
    1.24 +	QAction* actionViewCenter;
    1.25  
    1.26  	QAction* actionSettingsAutoEdit;
    1.27  	QAction* actionSettingsAutoSelectHeading;