Skip to content

Commit efa7ed7

Browse files
author
mhugent
committedNov 8, 2009
Add save to / load from template actions to composer file menu
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12003 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎src/app/composer/qgscomposer.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ QgsComposer::QgsComposer( QgisApp *qgis, const QString& id ): QMainWindow(), mId
124124
#endif
125125

126126
QMenu *fileMenu = menuBar()->addMenu( tr( "File" ) );
127+
fileMenu->addAction( mActionLoadFromTemplate );
128+
fileMenu->addAction( mActionSaveAsTemplate );
129+
fileMenu->addSeparator();
127130
fileMenu->addAction( mActionExportAsImage );
128131
fileMenu->addAction( mActionExportAsPDF );
129132
fileMenu->addAction( mActionExportAsSVG );

0 commit comments

Comments
 (0)
Please sign in to comment.