ソースを参照

Merge branch 'popup-base-widget-is-parent'

* popup-base-widget-is-parent:
  Unused variable in ctkBasePopupWidget
Julien Finet 14 年 前
コミット
ad31eb6f34
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  1. 0 1
      Libs/Widgets/ctkBasePopupWidget.cpp

+ 0 - 1
Libs/Widgets/ctkBasePopupWidget.cpp

@@ -628,7 +628,6 @@ void ctkBasePopupWidget::onEffectFinished()
 // -------------------------------------------------------------------------
 bool ctkBasePopupWidget::event(QEvent* event)
 {
-  Q_D(ctkBasePopupWidget);
   switch(event->type())
     {
     case QEvent::ParentChange: