Skip to content

Commit d1b2716

Browse files
author
g_j_m
committed
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
1 parent b3a8097 commit d1b2716

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/plugins/copyright_label/plugin.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ void QgsCopyrightLabelPlugin::run()
128128
//connect(myPluginGui, SIGNAL(drawRasterLayer(QString)), this, SLOT(drawRasterLayer(QString)));
129129
//connect(myPluginGui, SIGNAL(drawVectorLayer(QString,QString,QString)), this, SLOT(drawVectorLayer(QString,QString,QString)));
130130
//refresh the canvas when the user presses ok
131-
connect(myPluginGui, SIGNAL(refreshCanvas()), this, SLOT(refreshCanvas()));
132131
connect(myPluginGui, SIGNAL(changeFont(QFont )), this, SLOT(setFont(QFont )));
133132
connect(myPluginGui, SIGNAL(changeLabel(QString )), this, SLOT(setLabel(QString )));
134133
connect(myPluginGui, SIGNAL(changeColor(QColor)), this, SLOT(setColor(QColor)));

0 commit comments

Comments
 (0)