Skip to content
Snippets Groups Projects
Commit 67c504d3 authored by Jan Möbius's avatar Jan Möbius
Browse files

Removed unused slot

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/trunk/Plugin-Plane@12656 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 92cf70cc
Branches
No related tags found
No related merge requests found
......@@ -168,7 +168,7 @@ void PlanePlugin::slotCreatePlaneTriggered(){
currentPlane->planeNode()->show();
emit updatedObject( planeId );
emit updatedObject( planeId ,UPDATE_ALL);
}
}
......
......@@ -33,7 +33,7 @@ class PlanePlugin : public QObject, BaseInterface, MouseInterface, KeyInterface,
signals:
// BaseInterface
void updateView();
void updatedObject(int);
void updatedObject(int, UpdateType);
void setSlotDescription(QString _slotName, QString _slotDescription,
QStringList _parameters, QStringList _descriptions);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment