Skip to content

Commit d1b2716

Browse files

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)
Please sign in to comment.