Skip to content
Permalink
Browse files
Removed an unnecessay call to connect() that was generating a warning
on stdout


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5545 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jun 25, 2006
1 parent b3a8097 commit d1b2716
Showing 1 changed file with 0 additions and 1 deletion.
@@ -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)));

0 comments on commit d1b2716

Please sign in to comment.