Skip to content

Commit d4d815b

Browse files
author
mhugent
committed
fixed slot name to enable signal slot autoconnection
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9746 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 4aa9864 commit d4d815b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/app/composer/qgscomposer.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ void QgsComposer::on_mActionMoveItemsToTop_activated(void)
760760
}
761761
}
762762

763-
void QgsComposer::on_mActionMoveItemsToBottom(void)
763+
void QgsComposer::on_mActionMoveItemsToBottom_activated(void)
764764
{
765765
if ( mComposition )
766766
{

src/app/composer/qgscomposer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ class QgsComposer: public QMainWindow, private Ui::QgsComposerBase
151151
void on_mActionMoveItemsToTop_activated(void);
152152

153153
//!Move selected items to bottom
154-
void on_mActionMoveItemsToBottom(void);
154+
void on_mActionMoveItemsToBottom_activated(void);
155155

156156
//! Save window state
157157
void saveWindowState();

0 commit comments

Comments
 (0)