Skip to content
  • Mark Kretschmann's avatar
    Fix crash in VideoclipApplet with Qt debug builds. · 052d5e85
    Mark Kretschmann authored
    Debug builds of Qt 4.6 (at least this version) will trigger a Q_ASSERT when
    trying to set a QObject as parent for QWidget.
    A better solution for this would be using a Plasma::ToolButton, but changing
    this requires refactoring most of the class (which it might need though).
    052d5e85