Skip to content

Commit

Permalink
Removed an unnecessay call to connect() that was generating a warning
Browse files Browse the repository at this point in the history
on stdout


git-svn-id: http://svn.osgeo.org/qgis/trunk@5545 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jun 25, 2006
1 parent 332ece9 commit 846a7bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/plugins/copyright_label/plugin.cpp
Expand Up @@ -128,7 +128,6 @@ void QgsCopyrightLabelPlugin::run()
//connect(myPluginGui, SIGNAL(drawRasterLayer(QString)), this, SLOT(drawRasterLayer(QString)));
//connect(myPluginGui, SIGNAL(drawVectorLayer(QString,QString,QString)), this, SLOT(drawVectorLayer(QString,QString,QString)));
//refresh the canvas when the user presses ok
connect(myPluginGui, SIGNAL(refreshCanvas()), this, SLOT(refreshCanvas()));
connect(myPluginGui, SIGNAL(changeFont(QFont )), this, SLOT(setFont(QFont )));
connect(myPluginGui, SIGNAL(changeLabel(QString )), this, SLOT(setLabel(QString )));
connect(myPluginGui, SIGNAL(changeColor(QColor)), this, SLOT(setColor(QColor)));
Expand Down

0 comments on commit 846a7bf

Please sign in to comment.