Skip to content

Commit

Permalink
fixed slot name to enable signal slot autoconnection
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@9746 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Dec 6, 2008
1 parent 4aa9864 commit d4d815b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/composer/qgscomposer.cpp
Expand Up @@ -760,7 +760,7 @@ void QgsComposer::on_mActionMoveItemsToTop_activated(void)
}
}

void QgsComposer::on_mActionMoveItemsToBottom(void)
void QgsComposer::on_mActionMoveItemsToBottom_activated(void)
{
if ( mComposition )
{
Expand Down
2 changes: 1 addition & 1 deletion src/app/composer/qgscomposer.h
Expand Up @@ -151,7 +151,7 @@ class QgsComposer: public QMainWindow, private Ui::QgsComposerBase
void on_mActionMoveItemsToTop_activated(void);

//!Move selected items to bottom
void on_mActionMoveItemsToBottom(void);
void on_mActionMoveItemsToBottom_activated(void);

//! Save window state
void saveWindowState();
Expand Down

0 comments on commit d4d815b

Please sign in to comment.