fix -Wextra & -Wdeprecated in TechDraw

This commit is contained in:
wmayer
2016-09-22 19:32:16 +02:00
parent fa0b094e6a
commit c457fc468c
32 changed files with 76 additions and 35 deletions

View File

@@ -109,12 +109,16 @@ void ViewProviderProjGroup::updateData(const App::Property* prop)
void ViewProviderProjGroup::setupContextMenu(QMenu* menu, QObject* receiver, const char* member)
{
Q_UNUSED(menu);
Q_UNUSED(receiver);
Q_UNUSED(member);
//QAction* act;
//act = menu->addAction(QObject::tr("Show drawing"), receiver, member);
}
bool ViewProviderProjGroup::setEdit(int ModNum)
{
Q_UNUSED(ModNum);
// When double-clicking on the item for this sketch the
// object unsets and sets its edit mode without closing
// the task panel