Explorar o código

Remove warning where all the switch case were not handled

Julien Finet %!s(int64=14) %!d(string=hai) anos
pai
achega
731ae8604a
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      Libs/Widgets/ctkPopupWidget.cpp

+ 2 - 0
Libs/Widgets/ctkPopupWidget.cpp

@@ -879,6 +879,8 @@ bool ctkPopupWidget::eventFilter(QObject* obj, QEvent* event)
         obj->removeEventFilter(this);
         }
       break;
+    default:
+      break;
     }
   return this->QObject::eventFilter(obj, event);
 }